21 lines
544 B
HTML
21 lines
544 B
HTML
<!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> |