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

47 lines
1.6 KiB
HTML
Raw Normal View History

2022-12-10 22:30:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-12-20 18:21:34 +02:00
<title>Home | E-Cafe</title>
2022-12-10 22:30:38 +02:00
<link rel="stylesheet" href="styles.css">
</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-13 18:39:21 +02:00
<li class="logo"><a href="index.html">E-Cafe</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>
2022-12-11 14:24:43 +02:00
<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">
2022-12-20 18:21:34 +02:00
<strong>Welcome to E-Cafe!</strong><br>
We're a small Minecraft based community in Discord.<br>
<button type="button" onclick="scrollDown(0, 10000)">Learn More</button>
<div style="margin-top: 500px;"></div>
<figure class="screenshots">
<img src="Images/Screenshots/MinecraftBedwarsLobby.png" alt="Screenshot from E-Cafe Minecraft server">
<figcaption>Screenshot from E-Cafe Minecraft Server. </figcaption>
</figure>
<div style="margin-top: 50px;"></div>
a<br>
aaaa
2022-12-10 22:30:38 +02:00
</section>
2022-12-11 14:47:11 +02:00
<footer>
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>
2022-12-20 18:21:34 +02:00
<script src="Scripts/scroll.js">
</script>
2022-12-10 22:30:38 +02:00
</html>