tilde.chat/index.php

17 lines
572 B
PHP

<?php include 'header.php'; ?>
<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>
<?php include 'footer.php'; ?>