23 lines
761 B
PHP
23 lines
761 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>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>
|