aboutsummaryrefslogtreecommitdiff
path: root/misc/5xx.html
blob: 2507d163ef3c0aa83fbc38bd72667f86c3db2770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>