From 189f431e0e739ac2b4ffe290491bbea3dc353c94 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Sat, 27 Jan 2024 21:25:40 -0500 Subject: [PATCH] Add 404 and 50x --- 404/index.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 404/index.html | 23 ++++++++++++++++++++ 50x/index.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 50x/index.html | 23 ++++++++++++++++++++ 4 files changed, 160 insertions(+) create mode 100644 404/index.css create mode 100644 404/index.html create mode 100644 50x/index.css create mode 100644 50x/index.html diff --git a/404/index.css b/404/index.css new file mode 100644 index 0000000..0a6c00b --- /dev/null +++ b/404/index.css @@ -0,0 +1,57 @@ +html,body { + height: 100%; +} + +body { + margin: 0; + font-family: DejaVu Sans Mono, Noto Sans Mono, Hack, monospace; +} + + +.main { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 100%; +} + +.error-text-container { + margin-bottom: 4rem; +} + +.error-text { + font-size: 2rem; + margin: 0; + text-align: center; +} + +.logo-container { + display: flex; + align-items: center; + text-decoration: none; + color: black; +} + +.logo-container > * + *{ + display: inline-flex; + text-align: center; + margin-left: 1rem; +} + +.logo { + width: 7rem; +} + + +/* Dark mode */ +@media (prefers-color-scheme: dark) { + body { + background-color: #111111; + color: #cccccc; + } + + .logo-container { + color: #cccccc; + } +} \ No newline at end of file diff --git a/404/index.html b/404/index.html new file mode 100644 index 0000000..e711a55 --- /dev/null +++ b/404/index.html @@ -0,0 +1,23 @@ + + + + + + Not found + + + +
+
+

Uhh.. We're kinda lost

+

404 - Not found

+
+ + +

exozyme

+
+ +
+ + + \ No newline at end of file diff --git a/50x/index.css b/50x/index.css new file mode 100644 index 0000000..0a6c00b --- /dev/null +++ b/50x/index.css @@ -0,0 +1,57 @@ +html,body { + height: 100%; +} + +body { + margin: 0; + font-family: DejaVu Sans Mono, Noto Sans Mono, Hack, monospace; +} + + +.main { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 100%; +} + +.error-text-container { + margin-bottom: 4rem; +} + +.error-text { + font-size: 2rem; + margin: 0; + text-align: center; +} + +.logo-container { + display: flex; + align-items: center; + text-decoration: none; + color: black; +} + +.logo-container > * + *{ + display: inline-flex; + text-align: center; + margin-left: 1rem; +} + +.logo { + width: 7rem; +} + + +/* Dark mode */ +@media (prefers-color-scheme: dark) { + body { + background-color: #111111; + color: #cccccc; + } + + .logo-container { + color: #cccccc; + } +} \ No newline at end of file diff --git a/50x/index.html b/50x/index.html new file mode 100644 index 0000000..6075fc9 --- /dev/null +++ b/50x/index.html @@ -0,0 +1,23 @@ + + + + + + Not found + + + +
+
+

Something went wrong!

+

This service may be down :(

+
+ + +

exozyme

+
+ +
+ + + \ No newline at end of file