This commit is contained in:
Ben Harris 2018-06-20 09:29:52 -04:00
commit 025c17d50d
1 changed files with 28 additions and 0 deletions

28
index.php Normal file
View File

@ -0,0 +1,28 @@
<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>