mirror of
https://github.com/neocities/neocities.git
synced 2025-08-30 12:53:04 +02:00
use a div for header logo not an h1
This commit is contained in:
parent
fb28e4a51b
commit
585b28017d
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@
|
|||
</ul>
|
||||
</nav>
|
||||
|
||||
<h1 class="logo int-Logo">
|
||||
<div class="logo int-Logo">
|
||||
<a href="/" title="back to home">
|
||||
<span class="hidden">Neocities.org</span>
|
||||
<img src="/img/cat.png" alt="Neocities.org" />
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue