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