Draw the rest of the fucking owl
This commit is contained in:
30
terraria/index.php
Normal file
30
terraria/index.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<title>9iron</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
||||
<div class="content">
|
||||
<div class="section">
|
||||
<h2>Terraria</h2>
|
||||
<p>This game just keeps getting fucking updates, dude. Listed here are all the servers that we have going at the moment. We only ever have one playthrough going at a time, so if the main world is modded, so are the farming worlds.</p>
|
||||
<p>The password is <code>dicks</code>. The password is always <code>dicks</code>.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h2>Main World</h2>
|
||||
<p><code>terraria.9iron.club:7777</code>, Master mode, Vanilla</p>
|
||||
<p>The main world with the main base and all the NPCs.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h2>Old Worlds</h2>
|
||||
<ul>
|
||||
<li><a href="/files/1401-farm-master1.wld">1401-farm-master1</a> - 2020-06-01</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user