Eaglercraft-Extras/index.html
cobblesteve f9beeff6ff
new
2024-05-16 13:29:08 -05:00

39 lines
1.4 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="mc-logo.png" type="image/x-icon">
<title>Eaglercraft Extras</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet">
</head>
<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 style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="github.png" style="height: 25px; color: white;" alt=""></a></li>
</ul>
<br><br><br><br>
<div style="display: flex; justify-content: center;">
<img src="mc-logo.png" style="height: 175px; margin-right: 25px;" alt="logo">
<h1 style="font-size: 42px; font-family: inter-bold; margin-top: 60px;">Eaglercraft Extras</h1>
</div>
<br><br>
<div class="container">
<button class="big-button"><u>Announcements</u> <br><br>1.5 clients out now! I'm currently working on worlds.</button>
<button class="big-button">Need Help?<br><br><br>Figure it out!</button>
</div>
</body>
</html>