aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2018-11-08 14:03:43 +0100
committerTeddy Wing2018-11-08 14:03:43 +0100
commitee18f278436007477e76afd348b2c821265f7cdf (patch)
tree170df28e6432de742d05b4f2c03e62552ebafbe4 /index.html
parent8e7965a67f383b645683c5672e0036dd86c8abfa (diff)
downloaddome-key-web-ee18f278436007477e76afd348b2c821265f7cdf.tar.bz2
Initial homepage experiment
A rough setup for the website layout. * Muted yellow background * Logo set in Superclarendon by Typodermic
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..03efc45
--- /dev/null
+++ b/index.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>DomeKey</title>
+ <meta name="description" content="">
+
+ <meta name="viewport" content="width=device-width">
+
+ <link rel="stylesheet" href="assets/styles.css" />
+</head>
+<body>
+ <header>
+ <h1>DomeKey</h1>
+ <img src="assets/logo.svg" alt="DomeKey" />
+ </header>
+
+ <div class="content">
+ DomeKey lets you customise headphone buttons
+ </div>
+</body>
+</html>