53 lines
No EOL
2 KiB
HTML
53 lines
No EOL
2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="styles.css" media="screen">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="project.js"></script>
|
|
<script src="featured.js" defer></script>
|
|
<title>neoBeta</title>
|
|
</head>
|
|
<body>
|
|
<div id="everythingHelper">
|
|
<header>
|
|
<div id="linksBox">
|
|
<h1 id="title">neoBeta</h1>
|
|
<ul id="headerLinks">
|
|
<a href="index.html">home</a> -
|
|
<a href="index.html">mods</a> -
|
|
<a href="index.html">plugins</a>
|
|
</ul>
|
|
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<h1>Welcome.</h1>
|
|
<p>This is a project that aims to preserve Minecraft Beta mods and plugins through archives of documentation and JARs and showcase new plugins for beta.</p>
|
|
<div id="featured"><h2>featured projects</h2>
|
|
<div id="featuredHelper">
|
|
<!-- <div class="featuredProject">
|
|
<a href="project.html?id=aboukkit">
|
|
<img src="images/projects/aboukkit.png">
|
|
<p>Aboukkit</p>
|
|
<p>by tenkuma</p>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="featuredProject">
|
|
<img src="images/projects/ghostsandstuff.png">
|
|
<p>Ghosts 'n Stuff</p>
|
|
<p>by tenkuma</p>
|
|
</div>
|
|
|
|
<div class="featuredProject">
|
|
<img src="images/projects/hats.png">
|
|
<p>Hats</p>
|
|
<p>by AleksandarHaralanov</p>
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
</html> |