i dont know what ive changed
This commit is contained in:
parent
8d3a3570a9
commit
e4578220d6
2 changed files with 680 additions and 679 deletions
|
@ -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>
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
|
1356
license.html
1356
license.html
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue