renderd7/imdex.html

8 lines
187 B
HTML
Raw Normal View History

2022-04-12 09:42:20 +02:00
<script>
$(document).ready(function () {
window.setTimeout(function () {
location.href = "https://npi-d7.github.io/RenderD7/docs/html/index.html";
}, 5000);
});
</script>