team-site/irc/index.php

22 lines
646 B
PHP
Raw Normal View History

2018-03-28 20:36:28 +00:00
<?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>
2018-03-28 20:39:11 +00:00
<li><a href="https://irc.tilde.team">irc.tilde.team</a></li>
2018-03-28 20:36:28 +00:00
</ul>
<p>additionally, i'm running a web client at <a href="https://irc.tilde.team">irc.tilde.team</a> (port 80/443)</p>
2018-05-30 16:11:01 +00:00
<p>connect to irc.tilde.team:6697 with ssl if you want to use your own client!</p>
2018-03-28 20:39:11 +00:00
<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>
2018-03-28 20:36:28 +00:00
<?php include __DIR__.'/../footer.php'; ?>