From 8a920d799c20f4db1b3eb61806c28b2a3aad8ba4 Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Thu, 8 May 2025 17:01:37 -0400 Subject: [PATCH] add default html files --- public/404.html | 34 ++++++++++++++++++++++++++++++++++ public/500.html | 34 ++++++++++++++++++++++++++++++++++ public/index.html | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 public/404.html create mode 100644 public/500.html create mode 100644 public/index.html 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