commit 17212bd68213aa64b7a6a8c8b6120830915043e5 Author: Elliemese Date: Sun May 24 21:37:18 2026 -0600 first commit 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/index.css b/index.css new file mode 100644 index 0000000..615f859 --- /dev/null +++ b/index.css @@ -0,0 +1,22 @@ +body { + text-align: center; + background: rgb(45,45,45); + color: white; + font-family: "JetBrains Mono", monospace; +} + +img { + height: 100px; +} + +.big { + font-size: 25px; +} + +.smol { + font-size: 15px; +} + +a { + color: rgb(155, 214, 255); +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..45be29f --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ + + + + + elliemese.win Files Page + + + + +

Files

+ files 😲🤯🙀 +

This page is just hosted to have files available for the public.

+

This page was only created in case you stumbled here on accident!

+ Go back to the homepage! + + \ No newline at end of file