More changes

This commit is contained in:
Ebsku
2022-12-11 14:47:11 +02:00
parent f07235235e
commit e30705d1d3
6 changed files with 27 additions and 13 deletions

View File

@@ -13,7 +13,10 @@
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Other Games</a></li>
<li><a href="games.html">Games</a></li>
<li class="logo"><a href="index.html"></a></li>
<li>Links</li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
@@ -28,6 +31,9 @@
</div>
<button>Guess</button>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
</body>
</html>