37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
|
<link href="/styles/buttons.css" type="text/css" rel="stylesheet" />
|
|
<title>9iron</title>
|
|
</head>
|
|
<body>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
|
<div class="content">
|
|
<div class="iconbuttoncontainer">
|
|
<a href="/minecraft" class="iconbutton">
|
|
<i class="fa fa-cube"></i>
|
|
<h1>Minecraft</h1>
|
|
<p>Modded Minecraft is one of our most-common time wasters</p>
|
|
</a>
|
|
<a href="/terraria" class="iconbutton">
|
|
<i class="fa fa-tree"></i>
|
|
<h1>Terraria</h1>
|
|
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
|
|
</a>
|
|
<a href="/css" class="iconbutton">
|
|
<i class="fa fa-bomb"></i>
|
|
<h1>CS:S</h1>
|
|
<p>Rooty tooty "The bomb has been planted"</p>
|
|
</a>
|
|
<a href="/smz3mw" class="iconbutton">
|
|
<i class="fa fa-random"></i>
|
|
<h1>SMZ3 Multiworld</h1>
|
|
<p>Strap two games together, then strap a bunch of those games together and shake them real hard</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
|
</body>
|
|
</html>
|