53 lines
1.9 KiB
HTML
53 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="home.css">
|
|
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
|
<title>Eaglercraft Extras</title>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
|
rel="stylesheet">
|
|
</head>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-B23XL7G2NK');
|
|
</script>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a style="margin-left: 5px;" class="active" href="index.html">Home</a></li>
|
|
<li><a href="clients.html">Clients</a></li>
|
|
<li><a href="worlds.html">Worlds</a></li>
|
|
<li><a href="packs.html">Resource Packs</a></li>
|
|
<li><a href="servers.html">Servers</a></li>
|
|
<li><a href="skins.html">Skins</a></li>
|
|
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
|
|
|
</ul>
|
|
|
|
<br><br><br><br>
|
|
|
|
<div style="display: flex; justify-content: center;">
|
|
<img src="assets/icon.png" style="height: 175px; margin-right: 25px;" alt="logo">
|
|
<div class="vflex">
|
|
<h1 style="font-size: 42px; font-family: font; margin-top: 00px;">Eaglercraft Extras</h1>
|
|
<p style="margin-top: -22px; text-align: left;">The best place for Eaglercraft related things.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<br><br>
|
|
|
|
<div class="container">
|
|
<button class="big-button" style="font-size: 20px; padding: 15px;"><b style="font-size: 30px;">Announcements</b> <br><br>The website has been revamped in a Minecraft launcher style!</button>
|
|
<button class="big-button" style="font-size: 20px; padding: 15px;"><b style="font-size: 30px;">Need Help?</b><br><br>Fill out an issue or a discussion! We'll be sure to get back to it.</button>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|