27 lines
894 B
PHP
27 lines
894 B
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.9iron.club/files/packs/1.7.10-magicpack/latest.zip">The 1.7.10 Magic Pack</a></p>
|
|
<p>Open Minecraft, click "Multiplayer", "Add Server", and drop this IP in:</p>
|
|
<code class="bigcode">magic.thefuck.how</code>
|
|
<!--
|
|
<p>If you want vanilla, connect here:</p>
|
|
<code class="bigcode">thefuck.how</code>
|
|
-->
|
|
<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>
|
|
</div>
|
|
</body>
|
|
</html>
|