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 /internal_error.in.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 'internal_error.in.html')
| -rw-r--r-- | internal_error.in.html | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/internal_error.in.html b/internal_error.in.html index 3428447..f63ad55 100644 --- a/internal_error.in.html +++ b/internal_error.in.html @@ -14,8 +14,10 @@  <body>  	<div class="content">  		<header> -			<h1>DomeKey</h1> -			<img src="data:image/svg+xml;base64,${LOGO_DATA}" alt="DomeKey logo" /> +			<a href="/"> +				<h1>DomeKey</h1> +				<img src="data:image/svg+xml;base64,${LOGO_DATA}" alt="DomeKey logo" /> +			</a>  		</header>  		<p class="font-size-1.52 color-maroon"> | 
