Changed the header

This commit is contained in:
Sage The DM 2024-08-26 11:38:55 +02:00
parent 3e96f61da0
commit fd666782e1
2 changed files with 4 additions and 3 deletions

View file

@ -30,6 +30,7 @@ class Header extends HTMLElement {
<header>
<div class="header-content">
<div><a href="../index.html" class="project-name">FOSS alternatives</a></div>
<button><a href="../">back</a></button>
<button class="burger-menu" style="display: block;" onclick="toggleMenu()"></button>
</div>
</header>