-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
43 lines (34 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: default
title: IRC docs and links
classes: homepage
---
<div class="frontpage">
<img src="img/logo-compressed.png" title="ircdocs.horse" alt="ircdocs.horse logo" class="img-block" />
<h1>ircdocs.horse</h1>
<subtitle>We create, collect and present information and documentation about the IRC protocol.</subtitle>
<div class="frontpage-links">
<h2><a href="/specs">specs</a> · <a href="/info">info</a> · <a href="/history">history</a></h2>
<subtitle>links and history about irc</subtitle>
<a href="https://modern.ircdocs.horse/">
<h2>modern.ircdocs.horse</h2>
<subtitle>modern base irc specifications</subtitle>
</a>
<a href="https://defs.ircdocs.horse/">
<h2>defs.ircdocs.horse</h2>
<subtitle>numerics, modes, and other info</subtitle>
</a>
<a href="https://stats.ircdocs.horse/">
<h2>stats.ircdocs.horse</h2>
<subtitle>real-world statistics on irc support</subtitle>
</a>
<a href="https://wooooms.ircdocs.horse/">
<h2>wooooms.ircdocs.horse</h2>
<subtitle>outdated or otherwise misleading specs</subtitle>
</a>
<a href="/about">
<h2>about</h2>
<subtitle>about ircdocs itself</subtitle>
</a>
</div>
</div>