1
0

first commit

This commit is contained in:
2026-05-24 21:20:11 -06:00
commit ea98049e7d
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

12
404.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Elliemese.win 404 Page</title>
</head>
<body>
<h1>Error 404!</h1>
<p>couldn't find the page you were looking for, please try again later or see if you have the correct link.</p>
<a href="https://elliemese.win">Homepage</a>
</body>
</html>