About page

This commit is contained in:
Ebsku
2022-12-11 14:24:43 +02:00
parent 534ecc8b2a
commit ff2e26ca18
7 changed files with 84 additions and 10 deletions

View File

@@ -10,6 +10,9 @@
<ul>
<li><a href="index.html">Home</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>
@@ -20,9 +23,7 @@
<p><strong>Welcome to E-Cafe!</strong><br>
We're a small community with a Discord server, a Minecraft server</p>
</section>
<iframe
class="discord"
src="https://discord.com/widget?id=1003699887239610480&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
</iframe>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
</body>
</html>