70 lines
2.1 KiB
HTML
70 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>EaglerArchive</title>
|
|
<link rel="stylesheet" href="./stylesheet.css">
|
|
</head>
|
|
<body>
|
|
|
|
<center>
|
|
<div id="nav_bar">
|
|
|
|
<div id="EaglerArchive">
|
|
<img src="./assets/images/EaglerArchive.png" alt="EaglerArchive">
|
|
<h2>EaglerArchive</h2>
|
|
|
|
<a href="./index.html">Home</a>
|
|
<a href="./archive.html">Archive</a>
|
|
<a href="./servers.html">Servers</a>
|
|
<a href="./about.html">About</a>
|
|
</div>
|
|
|
|
<a id="link_discord" href="https://discord.gg/xi" target="_blank">Discord</a>
|
|
</div>
|
|
|
|
</center>
|
|
|
|
<div id="view">
|
|
|
|
<div class="box-container">
|
|
|
|
<a class="box" href="" target="_blank">
|
|
|
|
<div class="box-content">
|
|
<img class="homepage_gridicon" src="./assets/images/ResentIcon.png" alt="Resent">
|
|
<h5>Resent 4.0 Available!</h5>
|
|
</div>
|
|
|
|
</a>
|
|
|
|
<a id="discord-box" href="https://discord.gg/" target="_blank">
|
|
|
|
<div id="discord_div">
|
|
<img class="homepage_gridicon" id="discord_logo" src="./assets/images/Discord-icon-modified.png" alt="discord_icon">
|
|
<h5>Join the discord server for the latest news and updates!</h5>
|
|
</div>
|
|
|
|
</a>
|
|
|
|
<a class="box" href="" target="_blank">
|
|
|
|
<div class="box-content">
|
|
<img class="homepage_gridbanner" src="./assets/images/Hacker_group.png" alt="Hackers">
|
|
<h5>Hack Clients!</h5>
|
|
</div>
|
|
|
|
</a>
|
|
|
|
|
|
<div class="grid-item">4</div>
|
|
<div class="grid-item">5</div>
|
|
<div class="grid-item">6</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |