update discord link page

This commit is contained in:
Ben Harris 2018-06-25 08:52:13 -04:00
parent 1ae95734c9
commit 4b3f715daa
1 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
<?php
header("Location: https://discord.gg/BH4Bs5U");
die();
$title = 'tilde.chat discord bridge';
include __DIR__.'/../header.php';
?>
<h1>tilde.chat discord</h1>
<strong>which tilde are you part of?</strong>
<hr>
<p>
<a href="https://discord.gg/BH4Bs5U" class="btn btn-default">tilde.team</a>
<a href="https://discord.gg/GhmGb3x" class="btn btn-default">tilde.town</a>
<a href="https://discord.gg/sfhzHBc" class="btn btn-default">yourtilde.com</a>
</p>
<?php
include __DIR__.'/../footer.php';