8 lines
187 B
HTML
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>
|