diff options
author | Teddy Wing | 2018-11-13 17:43:28 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-13 17:43:28 +0100 |
commit | 200645d9dee0844a728aede0dd453336f9726845 (patch) | |
tree | 834535b200140af58788aaa18d5168864f18b149 | |
parent | 53a1f43ce2301a83c4109564790c694751f4dab3 (diff) | |
download | dome-key-web-200645d9dee0844a728aede0dd453336f9726845.tar.bz2 |
Add a meta description to HTML pages
-rw-r--r-- | 404.html | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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"> @@ -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"> |