commit 8aa070d27c6ed85a9fde8ca825fe2103515ff86b Author: Fern Garden Date: Tue Nov 14 18:31:23 2023 +0800 First commit diff --git a/403.html b/403.html new file mode 100644 index 0000000..696e276 --- /dev/null +++ b/403.html @@ -0,0 +1,16 @@ + + + + meow!! / 403 + + + + + + + +
+

403 - access denied

+
+ + diff --git a/404.html b/404.html new file mode 100644 index 0000000..a0c7f47 --- /dev/null +++ b/404.html @@ -0,0 +1,16 @@ + + + + meow!! / 404 + + + + + + + +
+

404 - not found

+
+ + diff --git a/css/40x.css b/css/40x.css new file mode 100644 index 0000000..e24153c --- /dev/null +++ b/css/40x.css @@ -0,0 +1,16 @@ +body { + background: #151515; + color: #e8e3e3 +} + +.center { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + text-align: center; +} + +.message { + font-size: 48px; +} diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..96d2ecf --- /dev/null +++ b/css/index.css @@ -0,0 +1,17 @@ +body { + background: #151515; + color: #e8e3e3; +} + +.center { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + text-align: center; +} + +.trans_cat img { + width: 256px; + margin: 12px; +} diff --git a/images/favicon.png b/images/favicon.png new file mode 100644 index 0000000..692ee3d Binary files /dev/null and b/images/favicon.png differ diff --git a/images/server-icon.png b/images/server-icon.png new file mode 100644 index 0000000..44d5495 Binary files /dev/null and b/images/server-icon.png differ diff --git a/images/trans_cat.png b/images/trans_cat.png new file mode 100644 index 0000000..ba27c2f Binary files /dev/null and b/images/trans_cat.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..1b4ea63 --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ + + + + meow!! + + + + + + + +
+

Pixel art of a grey cat next to a transgender flag.

+
+ +