From ea98049e7d9bd8b0bcf027bda723489173e6c06e Mon Sep 17 00:00:00 2001 From: Elliemese Date: Sun, 24 May 2026 21:20:11 -0600 Subject: [PATCH] first commit --- .gitignore | 1 + 404.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 404.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..eac5be0 --- /dev/null +++ b/404.html @@ -0,0 +1,12 @@ + + + + + Elliemese.win 404 Page + + +

Error 404!

+

couldn't find the page you were looking for, please try again later or see if you have the correct link.

+ Homepage + + \ No newline at end of file