aboutsummaryrefslogtreecommitdiffstats
path: root/internal_error.in.html
blob: f63ad556ab668a7e8fda936eda23973539ec3b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>500 Error – DomeKey</title>
	<meta name="description" content="DomeKey gives you the power to remap your headphone buttons to any action you can think of. Define mappings in text using a Vim-like configuration language." />

	<meta name="viewport" content="width=device-width">

	<style>
		${CSS}
	</style>
</head>
<body>
	<div class="content">
		<header>
			<a href="/">
				<h1>DomeKey</h1>
				<img src="data:image/svg+xml;base64,${LOGO_DATA}" alt="DomeKey logo" />
			</a>
		</header>

		<p class="font-size-1.52 color-maroon">
			Control your computer with a pair of headphones
		</p>

		<p class="font-size-15 text-center margin-top-0.5 margin-bottom-0.63">
			500
		</p>

		<p class="text-center">
			Sorry, something went wrong. How about <a href="/">going home</a>?
		</p>
	</div>
</body>
</html>