You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: http/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ <h3>Serve me some pages!</h3>
28
28
<li><ahref="args.lua">Arguments</a>: Parses arguments passed in the URL and prints them. (Lua)</li>
29
29
<li><ahref="post.lua">Post</a>: A form that uses POST method. Displays different content based on HTTP method. (Lua)</li>
30
30
<li><ahref="garage_door.html">Garage door opener</a>: Control GPIO lines via the server. Or try this <ahref="garage_door_control.html">simpler and nicer UI</a>. (Lua)</li>
31
-
<li><ahref="node_info.lua">NodeMCU info</a>: Shows some basic NodeMCU(Lua)</li>
<li><ahref="file_list.lua">List all server files</a>: Displays a list of all the server files. (Lua)</li>
33
33
<li><ahref="upload.html">Upload</a>: Update, remove, list files on the server. Beware security implications. By <ahref="https://github.com/ATAMAH">ATAMAH</a>.</li>
34
34
<li><ahref="foo.html">Foo</a>: A file that doesn't exist. Should error (404 error)</li>
0 commit comments