9iron/index.php

55 lines
1.8 KiB
PHP
Raw Normal View History

2020-08-16 04:02:16 -05:00
<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
2020-08-16 06:08:38 -05:00
<link href="/styles/buttons.css" type="text/css" rel="stylesheet" />
2020-08-16 04:48:11 -05:00
<title>9iron</title>
2020-08-16 04:02:16 -05:00
</head>
<body>
2020-08-16 04:48:11 -05:00
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
2020-08-16 06:08:38 -05:00
<div class="iconbuttoncontainer">
<a href="/minecraft" class="iconbutton">
<i class="fa fa-gamepad"></i>
2020-08-16 06:08:38 -05:00
<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-gamepad"></i>
2020-08-16 06:08:38 -05:00
<h1>Terraria</h1>
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
</a>
2020-08-23 23:26:30 -05:00
<a href="/tes3mp" class="iconbutton">
<i class="fa fa-gamepad"></i>
<h1>TES3MP</h1>
<p>Morrowind, but multiplayer. And it's nowhere near as jank as it sounds</p>
</a>
2020-08-16 06:08:38 -05:00
<a href="/gmod" class="iconbutton">
<i class="fa fa-gamepad"></i>
2020-08-16 06:08:38 -05:00
<h1>Garry's Mod</h1>
<p>It's second banana to other games, but we may have a server up from time to time</p>
</a>
</div>
2021-01-19 21:36:51 -06:00
<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>
<a href="/matrix" class="iconbutton">
<i class="fa fa-matrix-org"></i>
<h1>Matrix</h1>
<p>Federated messaging client, more similar to Slack than Discord</p>
</a>
</div>
2020-08-16 04:48:11 -05:00
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
2020-08-16 04:02:16 -05:00
</body>
</html>