mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-31 11:56:14 +03:00
11 lines
445 B
HTML
11 lines
445 B
HTML
<body style='font-family: arial'>
|
|
<h3 id=t></h3>
|
|
</body>
|
|
|
|
<script>
|
|
var h='Rebooting!<br>The page will automatically reload after around 25s.<br>';
|
|
document.getElementById('t').innerHTML=h;
|
|
setInterval(function (){h +='.';
|
|
document.getElementById('t').innerHTML=h;
|
|
fetch(window.location.hostname,{mode: 'no-cors'}).then(r=>{parent.location.href=('/index.html');})}, 1000);
|
|
</script> |