renderd7/imdex.html
2022-04-12 09:42:20 +02:00

8 lines
187 B
HTML

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