Browse Source

Improve wording, ordering of links

Marcos Kirsch 7 years ago
parent
commit
cc2173e334
1 changed files with 1 additions and 1 deletions
  1. 1 1
      http/index.html

+ 1 - 1
http/index.html

@@ -29,8 +29,8 @@
       <li><a href="garage_door_opener.html">Garage door opener</a>: Control GPIO lines via the server. (Lua)</li>
       <li><a href="node_info.lua">NodeMCU info</a>: Shows some basic NodeMCU(Lua)</li>
       <li><a href="file_list.lua">List all server files</a>: Displays a list of all the server files. (Lua)</li>
+      <li><a href="upload.html">Upload</a>: Update, remove, list files on the server. Beware security implications. By <a href="https://github.com/ATAMAH">ATAMAH</a>.</li>
       <li><a href="foo.html">Foo</a>: A file that doesn't exist. Should error (404 error)</li>
-      <li><a href="upload.html">Upload</a>: update, remove, list files on the server. By <a href="https://github.com/ATAMAH">ATAMAH</a>.</li>
    </ul>
 </body>
 </html>