2022-12-10 22:30:38 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2022-12-20 18:21:34 +02:00
|
|
|
<title>Games | E-Cafe</title>
|
2022-12-10 22:30:38 +02:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
<style>
|
|
|
|
button {
|
|
|
|
margin: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<nav>
|
2022-12-13 18:39:21 +02:00
|
|
|
<ul class="desktop">
|
2022-12-10 22:30:38 +02:00
|
|
|
<li><a href="index.html">Home</a></li>
|
|
|
|
<li><a href="games.html">Games</a></li>
|
2022-12-11 14:47:11 +02:00
|
|
|
<li class="logo"><a href="index.html"></a></li>
|
2022-12-13 18:39:21 +02:00
|
|
|
<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>
|
2022-12-11 14:47:11 +02:00
|
|
|
<li><a href="about.html">About</a></li>
|
2022-12-10 22:30:38 +02:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<h1 class="title">
|
|
|
|
Games
|
|
|
|
</h1>
|
2022-12-13 18:39:21 +02:00
|
|
|
<section class="description">
|
|
|
|
<div class="list">
|
|
|
|
<figure class="features">
|
|
|
|
<a href="flagle.html"><img src="Images/Flagle.png" alt="Flagle logo"></a>
|
|
|
|
<figcaption>Flagle</figcaption>
|
|
|
|
</figure>
|
|
|
|
</div>
|
|
|
|
</section>
|
2022-12-11 14:47:11 +02:00
|
|
|
<footer>
|
|
|
|
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
|
|
|
|
</footer>
|
2022-12-10 22:30:38 +02:00
|
|
|
</body>
|
|
|
|
</html>
|