Add reboot button

This commit is contained in:
2022-08-06 19:20:06 +02:00
parent 28dc5f542d
commit dfcb1698e6
2 changed files with 28 additions and 0 deletions

21
www/reboot.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta charset="UTF-8">
</head>
<body style="background-color: white">
<div style="padding: 40px">
<input type="button" onclick="location.href='/cgi-bin/reboot'" value="Reiniciar router" />
</div>
<div style="padding: 40px">
<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci/">LuCI - Lua
Configuration Interface</a>
</div>
</body>
</html>