9iron/gmod/index.php

26 lines
798 B
PHP

<!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">
<h1>Garry's Mod</h1>
<p>Just toss the IP into your favorites or open it through the console. Ask around for the password.</p>
</div>
<div class="section">
<h1>Servers</h1>
<div class="subcontainer">
<h2>Trouble in Terrorist Town</h2>
<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>