diff --git a/http/counter.html b/http/counter.html
new file mode 100644
index 0000000..b740a1c
--- /dev/null
+++ b/http/counter.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
This page releoads as fast as it can to test the server.
+
It is meant as a stresstest to see when and if the server fails.
+
+
+
+
\ No newline at end of file
diff --git a/http/index.html b/http/index.html
index b7c7e44..30df7bc 100644
--- a/http/index.html
+++ b/http/index.html
@@ -22,6 +22,7 @@
Index: This page (static)
A text file: Simple text, to verify MIME type is ok. (static)
Nice cars: Stress test, loads several "large" images. Makes the chip panic and restart :( (static)
+ Count Requests: Stress test, loads the same page over and over, counting every load. (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)