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