diff --git a/http/index.html b/http/index.html
index a524f0c..9e2989e 100644
--- a/http/index.html
+++ b/http/index.html
@@ -20,7 +20,8 @@
Serve me some pages!
- Index: This page (static)
- - Zipped: A compressed file (static)
+ - Zipped: File is actually saved as zipped.html.gz. A compressed file! (static but gzipped)
+ - Zipped: Same exact file as served above. Server is smart enough to treat the .gz extension correctly (static but gzipped)
- Arguments: Parses arguments passed in the URL and prints them. (Lua)
- Post: A form that uses POST method. Displays different content based on HTTP method. (Lua)
- Garage door opener: Control GPIO lines via the server. (Lua)