tilde.chat/index.php

17 lines
572 B
PHP
Raw Normal View History

2018-06-20 14:15:52 +00:00
<?php include 'header.php'; ?>
2018-06-20 13:29:52 +00:00
<h1>tilde.chat</h1>
<hr>
<p>hey hi</p>
<p>you can connect to tilde.chat on port 6697 with ssl</p>
<p>or localhost 6667 from a shell on any of the member tildes :)</p>
<p>feel free to <a href="https://ben.tilde.team">contact me</a> for more info</p>
<h3>member tildes</h3>
<ul>
<li><a href="https://tilde.team">tilde.team</a></li>
<li><a href="https://tilde.town">tilde.town</a></li>
<li><a href="https://yourtilde.com">yourtilde.com</a></li>
</ul>
2018-06-20 14:15:52 +00:00
<?php include 'footer.php'; ?>