Major update/rewrite/recombine to get SSDP, and GrowController UI and application shell.
This commit is contained in:
22
Firmware/Resources/navigation.htm
Normal file
22
Firmware/Resources/navigation.htm
Normal file
@@ -0,0 +1,22 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr valign="top">
|
||||
<td>NAV:</td>
|
||||
<td>
|
||||
<a href='/'>Home</a> |
|
||||
<a href='config'>Config</a> |
|
||||
<a href='scan'>Scan</a> |
|
||||
<a href='rssi'>RSSI</a> |
|
||||
<a href='curr'>Current</a> |
|
||||
<a href='config?ssid=reset&pass=reset' onclick=\"return confirm('Are you sure?')\">Factory Reset</a> |
|
||||
<a href='about'>About</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user