blob: d70ad6362d62aa7c4c8383ef14681e485afddda9 (
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 – DomeKey</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<div class="content">
<header>
<h1>DomeKey</h1>
<img src="assets/logo.svg" alt="DomeKey logo" />
</header>
<p class="font-size-1.52">
Control your computer with a pair of headphones
</p>
<p class="font-size-15 text-center margin-top-0.5 margin-bottom-0.63">
404
</p>
<p class="text-center">
Couldn’t find what you’re looking for. How about
<a href="/">going home</a>?
</p>
</div>
</body>
</html>
|