Draw the rest of the fucking owl
This commit is contained in:
25
gmod/index.php
Normal file
25
gmod/index.php
Normal 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>
|
Reference in New Issue
Block a user