aboutsummaryrefslogtreecommitdiffstats
path: root/404.html
diff options
context:
space:
mode:
authorTeddy Wing2018-11-09 22:51:50 +0100
committerTeddy Wing2018-11-09 22:51:50 +0100
commit083f59f251207846eec5c703e90d7f176704dec0 (patch)
tree266ee538b2a0c378e2bf746548d81dcedd39858f /404.html
parent5a4a2bd1c4e02eab4694a35faf83bc6fad971e3b (diff)
downloaddome-key-web-083f59f251207846eec5c703e90d7f176704dec0.tar.bz2
Add 404 page
Add some styles to make the "404" text gigantic and positioned appropriately.
Diffstat (limited to '404.html')
-rw-r--r--404.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..d70ad63
--- /dev/null
+++ b/404.html
@@ -0,0 +1,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>