diff --git a/http/index.html b/http/index.html
index 887bd6a..cd906a8 100644
--- a/http/index.html
+++ b/http/index.html
@@ -6,8 +6,9 @@
Hello World!
-
-
+
+

+
This page is served by nodemcu-httpserver running on an ESP8266 that uses the NodeMCU firmware.
NodeMCU puts a Lua interpreter inside the ESP8266. This is surely one of the smallest web servers to date!
@@ -20,9 +21,10 @@
- Index: This page (static)
- Arguments: Parses arguments passed in the URL and prints them. (Lua)
- - List all server files: Displays a list of all the server files. (Lua)
+ - Garage door opener: Control GPIO lines via the server. (Lua)
- NodeMCU info: Shows some basic NodeMCU(Lua)
- - Foo: A file that isn't actually in the server. Should error (error)
+ - 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)