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

29 lines
844 B
HTML
Raw Normal View History

2022-12-10 22:30:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home - E-Cafe</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
2022-12-11 14:24:43 +02:00
<li class="logo"><a href="index.html"></a></li>
<li>Links</li>
<li><a href="about.html">About</a></li>
2022-12-10 22:30:38 +02:00
</ul>
</nav>
</header>
<h1 class="title">
E-Cafe
</h1>
<section class="description">
<p><strong>Welcome to E-Cafe!</strong><br>
We're a small community with a Discord server, a Minecraft server</p>
</section>
2022-12-11 14:24:43 +02:00
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
2022-12-10 22:30:38 +02:00
</body>
</html>