Draw the rest of the fucking owl

This commit is contained in:
2020-08-16 05:25:54 -05:00
parent 13e4ade104
commit 2f4f94bb99
34 changed files with 771 additions and 0 deletions

25
gmod/index.php Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
<title>9iron - Garry's Mod</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h2>Garry's Mod</h2>
<p>Just toss the IP into your favorites or open it through the console. Ask around for the password.</p>
</div>
<div class="section">
<h2>Servers</h2>
<div class="subcontainer">
<h3>Trouble in Terrorist Town</h3>
<p><code>ttt.src.9iron.club</code></p>
<p><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2155532035">Addons List</a></p>
</div>
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>