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

22 lines
513 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>freenode##tilde.team</li>
<li>freenode##tildeverse</li>
<li>irc.tilde.team</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>hit me up on any of these places if you have any suggestions!</p>
<?php include __DIR__.'/../footer.php'; ?>