First commit.

This commit is contained in:
天クマ 2025-03-28 16:29:59 -03:00
commit 2e5155380b
12 changed files with 471 additions and 0 deletions

50
index.html Normal file
View file

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NBeta</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>
</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>