forked from team/site
1
0
Fork 0
tilde.team/irc/index.php

22 lines
646 B
PHP

<?php include __DIR__.'/../header.php'; ?>
<h1>tildeverse irc</h1>
<hr>
<p>hi tildizens!</p>
<p>there are a couple places that i'm trying to coordinate for tilde irc:</p>
<ul>
<li><a href="https://irc.tilde.team">irc.tilde.team</a></li>
</ul>
<p>additionally, i'm running a web client at <a href="https://irc.tilde.team">irc.tilde.team</a> (port 80/443)</p>
<p>connect to irc.tilde.team:6697 with ssl if you want to use your own client!</p>
<p>hit me up on any of these places (or any of the other places you can find on my <a href="/~ben/">tilde page</a>) if you have any suggestions!</p>
<?php include __DIR__.'/../footer.php'; ?>