Made 404 page, minecraft server page, and whitelist page.

This commit is contained in:
Raktbastr 2026-06-15 16:25:59 -05:00
parent 39f2d87b3f
commit 038968ea28
17 changed files with 518 additions and 198 deletions

70
minecraft-servers.html Normal file
View file

@ -0,0 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Minecraft Servers | Halfheart.net</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="stylesheet" href="style.css">
<script src="header.js" defer></script>
<site-header></site-header>
</head>
<body>
<h1>Minecraft Servers</h1>
<div class="row">
<div class="column">
<p>I run a few minecraft servers, mostly for me and my friends, but the public is allowed to join. Rules for
each server are below along with join methods for java & bedrock. Each server has the ViaVersion plugin
meaning that most recent versions, whether they be ahead or behind the server version, should be able to
join.<br><br><b>You must be whitelisted in order to play! Click <a href="whitelist.html">here</a> to get
whitelisted</b></p>
</div>
</div>
<div class="row">
<div class="column">
<h2>Survival (26.1.2)</h2>
<img src="media/survival.png" alt="New Waukesha nighttime view">
<p>A vanilla survival server with a world over a year old!</p>
<div class="row" style="align-items: flex-start">
<div class="column">
<h3>Java Edition</h3>
<p>IP: survival.halfheart.net</p>
</div>
<div class="column">
<h3>Bedrock Edition</h3>
<p>IP: halfheart.net<br>Port: 19132</p>
<p>You will join the hub world instead of survival. Go through the survival portal or type
<code>/server survival</code> in chat.
</p>
</div>
</div>
</div>
<div class="column">
<h2>Creative (26.1.2)</h2>
<img src="media/creative.png" alt="Castle, by 1111dbc">
<p>A mostly vanilla creative server server with worldedit enabled. World is somewhat new and empty.</p>
<div class="row" style="align-items: flex-start">
<div class="column">
<h3>Java Edition</h3>
<p>IP: creative.halfheart.net</p>
</div>
<div class="column">
<h3>Bedrock Edition</h3>
<p>IP: halfheart.net<br>Port: 19132</p>
<p>You will join the hub world instead of creative. Go through the creative portal or type
<code>/server creative</code> in chat.
</p>
</div>
</div>
</div>
</div>
</body>
<site-footer></site-footer>
</html>