Files
Elatteria-Website/src/playnow.html
2023-06-17 23:21:26 +03:00

114 lines
4.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Play now! | Elatteria</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<nav>
<ul class="desktop">
<li class="logo"><a href="/">Logo of Elatteria</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/links">Links</a></li>
<li><a href="/about">About</a></li>
</ul>
<ul class="mobile">
<li class="logo"><a href="/">Home</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/links">Links</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<h1 class="title underline">Play now!</h1>
<div class="description">
<figure>
<img src="Images/Screenshots/ip.png" alt="Add E-Cafe Minecraft server">
<div>Click here to copy</div>
<img/>
</figure>
<figcaption class="description">
1. Go to Multiplayer <br>
2. Click add server <br>
3. Type "mc.elatteria.com" in the "Server Adress" field
</figcaption>
<img src="Images/Screenshots/serveradded.png" alt="E-Cafe Minecraft server added">
</div>
<div style="margin-top: 200px"/>
<section class="description">
<h1>Server made by</h1>
<div class="list">
<figure class="features">
<img
src="https://crafatar.com/avatars/e670d4ab-a396-4c0d-bd6d-0fb8742e0a83?helm=true"
alt="Minecraft head of Ebsku"
/>
<figcaption>Ebsku</figcaption>
</figure>
<figure class="features">
<img
src="https://crafatar.com/avatars/e39e3289dbd4420c81975b5141c4837f?helm=true"
alt="Minecraft head of Jorvents"
/>
<figcaption>Jorvents</figcaption>
</figure>
<figure class="features">
<img
src="https://crafatar.com/avatars/f000e1fc-72d0-48fb-b583-bb6bfaa20c31?helm=true"
alt="Minecraft head of yesyes"
/>
<figcaption>yesyes</figcaption>
</figure>
<figure class="features">
<img
src="https://crafatar.com/avatars/95bd1dbc-360e-46ed-ae1a-53f6440271d1?helm=true"
alt="Minecraft head of RobinOfGaming"
/>
<figcaption>RobinOfGaming</figcaption>
</figure>
<figure class="features">
<img
src="https://crafatar.com/avatars/ef158c9d-2bd0-4890-8c3a-985c2c27906f?helm=true"
alt="Minecraft head of GhdEst"
/>
<figcaption>GhdEst</figcaption>
</figure>
</div>
<div class="list">
<figure class="features">
<img
src="https://crafatar.com/avatars/b9decfb0-a3d2-45a1-ab64-5dc2e46481b1?helm=true"
alt="Minecraft head of zani"
/>
<figcaption>zani</figcaption>
</figure>
<figure class="features">
<img
src="https://crafatar.com/avatars/1b2a3b7c-31a8-4b45-8908-c6d63cc27b64?helm=true"
alt="Minecraft head of coradoune"
/>
<figcaption>coradoune</figcaption>
</figure>
<figure class="features">
<img
src="https://crafatar.com/avatars/fc3b8cc7-ab15-4690-a497-d1c900debfb0?helm=true"
alt="Minecraft head of Raspberry"
/>
<figcaption>Raspberry</figcaption>
</figure>
<figure class="features">
<img
src="https://crafatar.com/avatars/9956d7bf-8aa7-4cad-bc8d-40c77f84be63?helm=true"
alt="Minecraft head of OkuBlock"
/>
<figcaption>OkuBlock</figcaption>
</figure>
</div>
</section>
</body>
</html>