Elatteria-Website/E-Cafe Website/links.html

48 lines
1.9 KiB
HTML
Raw Normal View History

2022-12-13 18:39:21 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-12-20 18:21:34 +02:00
<title>Links | E-Cafe</title>
2022-12-13 18:39:21 +02:00
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul class="desktop">
<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><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
<ul class="mobile">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<h1 class="title">
Links
</h1>
<section class="description">
<div class="list">
<figure class="features">
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer"><img src="Images/discord.png" alt="E-Cafe Discord server invite link"></a>
<figcaption>Discord</figcaption>
</figure>
<figure class="features">
<a href="playnow.html" target="_blank" rel="noopener noreferrer"><img src="Images/minecraft.png" alt="E-Cafe Minecraft server play now link"></a>
<figcaption>Play now</figcaption>
</figure>
</div>
</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>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
</body>
</html>