thefuckhow/index.php

26 lines
1.0 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/meta.php';?>
<title>thefuck.how</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/header.php';?>
<div class="content">
<h1>Connect to the Server</h1>
<p>Download this modpack: <a href="https://www.curseforge.com/minecraft/modpacks/valhelsia-3/files/3110648">Valhelsia 3</a></p>
<p>Open Minecraft, click "Multiplayer", "Add Server", and drop this IP in:</p>
<code class="bigcode">thefuck.how</code>
<p>That's the IP. You put <code>thefuck.how</code> into your Minecraft client and you get the server.</p>
<h1>I Have a Problem</h1>
<p>You can message one of the server admins when they're on, or alternatively, you can message any of the staff members on discord:</p>
<ul>
<li>TheTypicalHero#8526</li>
<li>Salt#0382</li>
</ul>
<h1>I Brok the Server</h1>
<p>Impressive. Message an admin, we will not ban you (unless you keep doing it deliberately to DoS)</p>
</div>
</body>
</html>