Update imdex.html

This commit is contained in:
tobid7 2022-04-12 09:42:20 +02:00 committed by GitHub
parent 65bf3ecfa5
commit 9b6bdebc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
<h1
Hello
h1>
<script>
$(document).ready(function () {
window.setTimeout(function () {
location.href = "https://npi-d7.github.io/RenderD7/docs/html/index.html";
}, 5000);
});
</script>