<!DOCTYPE html>
<html>
<head>
<title>EaglerCrack</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {margin:0;}

.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}

.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

.navbar a:hover {
background: #ddd;
color: black;
}

.main {
padding: 16px;
margin-top: 30px;
height: 150px; / Used in this example to enable scrolling /
}
</style>
</head>
<body>

<div class="navbar">
<a href="./index.html">Home</a>
<a href="./eaglerclient.html">Eaglercraft Clients</a>
<a href="./serverlist.html">Eaglercraft Servers</a>
<a href="./htmlgames.html">Games</a>
<a href="./calculator.html">Calculator</a>
</div>

<div class="main">
<h1>Update Log</h1>
<h2>Added: Server List</h2>
<h2>Removed: Nothing</h2>
<h2>Working On: Server List</h2>
<h2>Last Updated: 1/18/2023</h2>

<ul class="rss">
<h1>Other Links</h1>
<li><a href="https://eaglercrack.vercel.app/">Link 1</a></li>
<li><a href="https://eaglerclientmodded.vercel.app/">Link 2</a></li>
<li><a href="https://eaglercrack.netlify.app">Link 3</a></li>
<li><a href="https://precisoinclient.vercel.app/">Link 4</a></li>
<li><a href="https://rescleint.vercel.app/">Link 5</a></li>
</ul>

<p>Site Made By YeeInvis</p>

</div>

</body>
</html>

Edit

Pub: 19 Jan 2023 02:18 UTC

Views: 56