diff --git a/http/index.html b/http/index.html
index cd906a8..ef81901 100644
--- a/http/index.html
+++ b/http/index.html
@@ -20,11 +20,13 @@
Serve me some pages!
- Index: This page (static)
+ - Zipped: A compressed file (static)
- Arguments: Parses arguments passed in the URL and prints them. (Lua)
+ - Post: A form that uses POST method, should error. (static)
- Garage door opener: Control GPIO lines via the server. (Lua)
- NodeMCU info: Shows some basic NodeMCU(Lua)
- List all server files: Displays a list of all the server files. (Lua)
- - Foo: A file that isn't actually in the server. Should error (404 error)
+ - Foo: A file that doesn't exist. Should error (404 error)