diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..0969451
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,34 @@
+
+
+
+ Document
+
+
+
+
+
Error 404: Page not found
+
+
\ No newline at end of file
diff --git a/public/500.html b/public/500.html
new file mode 100644
index 0000000..3ffc5fc
--- /dev/null
+++ b/public/500.html
@@ -0,0 +1,34 @@
+
+
+
+ Document
+
+
+
+
+
Error 500: Interal Server Error
+
+
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..b932471
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,36 @@
+
+
+
+ Document
+
+
+
+
+
Demo page
+
If you are seeing this then the server is working :)
+
+
+
\ No newline at end of file