mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 14:04:21 +00:00
26 lines
No EOL
869 B
HTML
26 lines
No EOL
869 B
HTML
<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> |