aboutsummaryrefslogtreecommitdiff
path: root/misc/5xx.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/5xx.html')
-rw-r--r--misc/5xx.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/5xx.html b/misc/5xx.html
new file mode 100644
index 0000000..2507d16
--- /dev/null
+++ b/misc/5xx.html
@@ -0,0 +1,23 @@
+<!doctype html>
+<html>
+ <head>
+ <title>5xx</title>
+ <style>
+ html, body {
+ font-family: sans-serif;
+ width: 100%;
+ height: 100%;
+ }
+ body {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ }
+ </style>
+ </head>
+ <body>
+ <img src="/error/no.svg">
+ <p>computer says no</p>
+ </body>
+</html>