thefuckhow/index.php

23 lines
761 B
PHP
Raw Normal View History

2020-10-10 23:34:51 -05:00
<!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>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>
</div>
</body>
</html>