web/connect.html

117 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ircd.chat - It's chatting, online">
<meta name=keywords content="irc,ircd,chat,internet,online,tcpdirect,tcp,direct,vxunderground,vxug,vx-underground">
<meta property="og:title" content="ircd.chat">
<meta property="og:description" content>
<meta property="og:url" content="https://ircd.chat/">
<meta property="og:image" content="https://ircd.chat/images/ircdchan.png">
<meta property="og:type" content="website">
<link rel="stylesheet" href="static/css/hack.css">
<link rel="stylesheet" href="static/css/ircd.css">
<link rel="stylesheet" href="static/css/style.css">
<title>ircd.chat - connect</title>
</head>
<body class="hack ircd">
<!-- Main container -->
<div class="container">
<!-- Navbar grid -->
<div class="grid">
<!-- Left side -->
<div class="pull-left">
<!-- Icon -->
<img id="ircdchan" src="static/images/ircdchan.png">
<!-- Attribute -->
<a href="/">## ircd.chat</a>
</div>
<!-- Button group -->
<div class="btn-group">
<a id="button" href="faq" class="btn btn-default btn-ghost">FAQ</a>
<a id="button" href="tutorials" class="btn btn-default btn-ghost">Tutorials</a>
<a id="button" href="connect" class="btn btn-default btn-ghost">Connect</a>
</div>
</div>
<!-- A box -->
<div class="alert">
<h1>Addresses</h1>
<!-- Address table -->
<table>
<!-- Head -->
<thead>
<tr>
<th>Address</th>
<th>Type</th>
</tr>
</thead>
<!-- Body -->
<tbody>
<tr>
<td>ircd.chat/[6667, 6697]</td>
<td>PLAIN, SSL</td>
</tr>
<tr>
<td>ljxozsuo3rkfhdedxxy5hr7vanxix5rhx7agvplsht5libgqeov3qfid.onion/[6667, 6697]</td>
<td>PLAIN, SSL</td>
</tr>
<tr>
<td>unwfzxog4zi6crfjcxwbgrxkdde2halgzrft6gbhkzhlgo7onuzlecyd.onion/[6667, 6697]</td>
<td>PLAIN, SSL</td>
</tr>
</tbody>
</table>
<!-- Clients -->
<h1>Clients</h1>
<ul>
<!-- Hexchat -->
<li>
<a href="https://hexchat.github.io/">HexChat (GUI)</a>
<p>Platforms: Windows, Linux</p>
</li>
<!-- Weechat -->
<li>
<a href="https://weechat.org/">Weechat (TUI)</a>
<p>Platforms: Windows, Linux</p>
</li>
<!-- Irssi -->
<li>
<a href="https://irssi.org/">Irssi (TUI)</a>
<p>Platforms: Linux</p>
</li>
<!-- KiwiIRC -->
<li>
<a href="https://kiwiirc.com/">KiwiIRC (WEB)</a>
<p>Platforms: any</p>
</li>
</ul>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<hr>
<p>
<a href="https://nitter.it/ircdchat">Twitter</a>
|
<a href="https://git.tcp.direct/ircd.chat">Git</a>
</p>
<p>Hosted by <a href="https://tcp.direct/">tcp.direct</a></p>
</footer>
<body>
</html>