9iron/index.php

52 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-cube"></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-tree"></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>
2021-05-07 00:32:06 -05:00
<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>
2020-08-16 06:08:38 -05:00
</div>
2021-01-19 21:36:51 -06:00
<div class="break"></div>
2021-06-18 12:23:30 -05:00
<div class="section">
<h1>Deprecated Services</h1>
<div class="warning">
<i class="badge fa fa-warning"></i>
<p>These services are due to be decommissioned soon. If you have accounts on these services that you still use, please contact your server administrator by the end of June 2021.</p>
</div>
</div>
2021-01-19 21:36:51 -06:00
<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>
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>