bootstrap/files/init.html

38 lines
879 B
HTML

<!doctype html>
<html>
<head>
<title>Humax HDR - System Still Initialising</title>
<link href=/style.css rel=stylesheet />
<script type=text/javascript src=/atomic.js></script>
<script type=text/javascript src=/init.js></script>
</head>
<body>
<div class=container>
<div class=left>
<img src=/i/154_1_00_WIN_MD116_1L.png>
</div>
<div class=middle>
<img border=0 src=/i/516_1_26_Freeview_Logo.png>
<span>
The system is still initialising.
</span>
</div>
<div class=right>
<img src=/i/154_1_00_WIN_MD116_3R.png>
</div>
</div>
<div class=main>
<center>
The system is still initialising.
<br><br>
<img src=/loading.gif> Please wait...
<br><br>
<button onclick="window.open(window.location.protocol + '//' +
window.location.hostname + ':88/');">
Access Telnet Menu
</button>
</center>
</div>
</body>
</html>