bootstrap/files/maint.html

39 lines
871 B
HTML

<!doctype html>
<html>
<head>
<title>Humax HD[R] - Maintenance Mode</title>
<link href=/style.css rel=stylesheet />
<meta http-equiv=refresh content="30; url=/" />
</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>
System is in Maintenance Mode.
</span>
</div>
<div class=right>
<img src=/i/154_1_00_WIN_MD116_3R.png>
</div>
</div>
<div class=main>
<center>
This system is in Maintenance Mode.
<br><br>
<button onclick="window.location='/exit';">
Exit maintenance mode and reboot.
</button>
<br><br>
<button onclick="window.open(window.location.protocol + '//' +
window.location.hostname + ':88/');">
Access Telnet Menu
</button>
</center>
</div>
</body>
</html>