i dont know what ive changed

This commit is contained in:
Sage The DM 2024-11-20 14:21:52 +01:00
parent 8d3a3570a9
commit e4578220d6
2 changed files with 680 additions and 679 deletions

View file

@ -32,7 +32,7 @@ class Header extends HTMLElement {
<div><a href="index.html" class="project-name">FOSS alternatives</a></div>
<button class="burger-menu" onclick="toggleMenu()"></button>
</div>
</header>
</header>
<div class="div-menu">
<ul class="menu">
<li><a href="games/index.html">Games</a></li>
@ -42,6 +42,7 @@ class Header extends HTMLElement {
<li><a href="operating_systems/index.html">Operating Systems</a></li>
<li><a href="social_platforms/index.html">Social Platforms</a></li>
</ul>
</div>
`;
}
}

File diff suppressed because it is too large Load diff