commit f6294ae1b3b8f6baa0b29d2409f65d7bdb01704e Author: Elliemese Date: Sun May 24 20:59:57 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..2d0ab16 --- /dev/null +++ b/index.css @@ -0,0 +1,15 @@ +body { + text-align: center; + background: rgb(045,045,045); + font-family: "JetBrains Mono", sans-serif; + color: white; +} + +p { + font-size: 25px; +} + +a { + color: rgb(155, 214, 255); + font-size: 15px; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..d6732d3 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + Elliemese Images + + + + +

This subdomain is obsolete.

+ Sad Clown +

This subdomain is only here for ex projects I don't feel bothered migrating to the new domain.

+
+ All things will now be hosted at this hyperlink redirect. +
+ + \ No newline at end of file