45 lines
1.5 KiB
PHP
45 lines
1.5 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="/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 class="break"></div>
|
|
<div class="iconbuttoncontainer">
|
|
<a href="https://git.9iron.club" class="iconbutton">
|
|
<i class="fa fa-gitea"></i>
|
|
<h1>Gitea</h1>
|
|
<p>Git repository host and related services</p>
|
|
</a>
|
|
<a href="https://nc.9iron.club" class="iconbutton">
|
|
<i class="fa fa-nextcloud"></i>
|
|
<h1>Nextcloud</h1>
|
|
<p>File storage and collaboration, feed reader, task organizer, and more</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
|
</body>
|
|
</html>
|