aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-11-13 17:43:28 +0100
committerTeddy Wing2018-11-13 17:43:28 +0100
commit200645d9dee0844a728aede0dd453336f9726845 (patch)
tree834535b200140af58788aaa18d5168864f18b149
parent53a1f43ce2301a83c4109564790c694751f4dab3 (diff)
downloaddome-key-web-200645d9dee0844a728aede0dd453336f9726845.tar.bz2
Add a meta description to HTML pages
-rw-r--r--404.html2
-rw-r--r--index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/404.html b/404.html
index d70ad63..8bc30fc 100644
--- a/404.html
+++ b/404.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>404 – DomeKey</title>
- <meta name="description" content="">
+ <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">
diff --git a/index.html b/index.html
index 02a6420..b19223c 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>DomeKey – Control your computer with a pair of headphones</title>
- <meta name="description" content="">
+ <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">