Update imdex.html

This commit is contained in:
2022-04-12 09:42:20 +02:00
committed by GitHub
parent 65bf3ecfa5
commit 9b6bdebc75

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>