diff options
author | Teddy Wing | 2018-11-19 16:39:04 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-19 16:39:04 +0100 |
commit | 7386aac49900934b42a83127ff933f870ae6d170 (patch) | |
tree | e19aee57be9e2e57b22e8d5806444907971fbf22 /404.html | |
parent | 304406237dfb3708795b3820a10682b67d8e69e9 (diff) | |
download | dome-key-web-7386aac49900934b42a83127ff933f870ae6d170.tar.bz2 |
Make the logo link to the home page
Do this on all pages that aren't the home page.
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -12,8 +12,10 @@ <body> <div class="content"> <header> - <h1>DomeKey</h1> - <img src="assets/logo.svg" alt="DomeKey logo" /> + <a href="/"> + <h1>DomeKey</h1> + <img src="assets/logo.svg" alt="DomeKey logo" /> + </a> </header> <p class="font-size-1.52 color-maroon"> |