mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-07-05 02:45:38 +00:00
first commit
This commit is contained in:
commit
fa343db334
154 changed files with 18186 additions and 0 deletions
26
WEBFiles/menu.inc
Normal file
26
WEBFiles/menu.inc
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<h3 class="top">RTL871x Built-in Web server <sup>©</sup></h3>
|
||||
<div class="menu">
|
||||
<div>
|
||||
<a href="/index.htm">Main</a>
|
||||
<a href="/websock.htm">WebSocket</a>
|
||||
<a href="/protect/wifi.htm">WiFi settings</a>
|
||||
<a href="/protect/scan.htm">WiFi Scan</a>
|
||||
<a href="/protect/upload.htm">WebFS Upload</a>
|
||||
<a href="/protect/setup.htm">System Setup</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/protect/gpio.htm">GPIO</a>
|
||||
<a href="/protect/hexdmpb.htm">HexDump Bytes</a>
|
||||
<a href="/protect/hexdmpd.htm">HexDump DWord</a>
|
||||
<a href="/protect/tstfuncs.htm">Download Bin</a>
|
||||
<a href="/protect/dsleep.htm">Deep Sleep</a>
|
||||
<a href="/protect/debug.htm">Debug and Test</a>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
for (var i = 0; i < document.links.length; i++) {
|
||||
if (document.links[i].href == document.URL) {
|
||||
document.links[i].className = 'active';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue