added clickable logo

This commit is contained in:
partisan 2024-08-14 14:54:40 +02:00
parent 635d6589c9
commit ef91b8a8ad
2 changed files with 8 additions and 4 deletions

View file

@ -39,13 +39,15 @@
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="/static/images/logo.svg" alt="Spitfire Logo" /></span>
<span class="logo">
<a href="/"><img src="/static/images/logo.svg" alt="Spitfire Logo" /></a>
</span>
<h1>Spitfire Browser</h1>
<p>Fast. Secure. Elegant.</p>
<a href="download" class="button">Download Now</a>
<a href="/download" class="button">Download Now</a>
</header>
<!-- Nav -->

View file

@ -41,7 +41,9 @@
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="/static/images/logo.svg" alt="Spitfire Logo" /></span>
<span class="logo">
<a href="/"><img src="/static/images/logo.svg" alt="Spitfire Logo" /></a>
</span>
<h1>Spitfire Browser</h1>
<p>News</p>
</header>