web/index.html

104 lines
3.4 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</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">
<!-- Welcome section -->
<section>
<h1>Welcome to ircd.chat</h1>
<p>
placeholder
</p>
</section>
<!-- News section -->
<section>
<h1>News</h1>
<h2>SASL only (1st August 2022)</h2>
<p>
Due to an ongoing ingress of malicious bots, the server has been in an out of lockdown mode requiring SASL for all connections. We are working on solutions, in the meantime, a valid SASL login will work every time :^)
</p>
</section>
<!-- Donate section -->
<section>
<h1>Donate</h1>
<table>
<!-- Header -->
<thead>
<tr>
<th>Address</th>
<th>Type</th>
</tr>
</thead>
<!-- Body -->
<tbody>
<!-- Monero -->
<tr>
<td>placeholder</td>
<td>XMR</td>
</tr>
<!-- Bitcoin -->
<tr>
<td>placeholder</td>
<td>BTC</td>
</tr>
</tbody>
</table>
</section>
</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>