SLBR/public_html/index.php

18 lines
612 B
PHP

<?php
$title = 'suicide linux battle royale';
include 'header.php';
?>
<h1>SUICIDE LINUX BATTLE ROYALE</h1>
<h3><em>coming soon! check #slbr on irc for updates!</em></h3>
<p>typo? you're out.</p>
<p>when you play, you'll be dropped in a fresh vm. on the way to your goal, any mistyped command will delete your vm and you'll be eliminated.</p>
<p>contact <a href="https://ben.tilde3.org">~ben</a> or <a href="https://tilde.town/~sose/">sose</a> on <a href="https://tilde.chat">tilde.chat</a> (in the <a href="https://web.tilde.chat/?join=slbr">#slbr</a> channel) to sign up.</p>
<?php
include 'footer.php';