mirror of
https://github.com/Elatteria/Elatteria-Website.git
synced 2025-07-22 07:02:12 +03:00
Mobile scaling
This commit is contained in:
48
E-Cafe Website/links.html
Normal file
48
E-Cafe Website/links.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Links - E-Cafe</title>
|
||||
<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>
|
Reference in New Issue
Block a user