tilde.chat/index.php

29 lines
787 B
PHP
Raw Normal View History

2018-06-20 13:29:52 +00:00
<html>
<head>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" href="https://tilde.team/css/forkawesome.css">
<title>tilde.chat | irc network for tildes</title>
</head>
<body>
<div class="container">
<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>
</div>
</body>
</html>