-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
32 lines (30 loc) · 914 Bytes
/
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
---
title: The IRC Compendium
layout: default
---
<div class="frontpage">
<h1>The IRC Compendium</h1>
<subtitle>a guide to internet relay chat</subtitle>
<div class="frontpage-links">
<a href="/intro">
<h2>Introduction</h2>
<subtitle>the irc compendium</subtitle>
</a>
<a href="/using-irc/">
<h2>Using IRC</h2>
<subtitle>getting started with irc</subtitle>
</a>
<a href="/running-a-network/">
<h2>Running a Network</h2>
<subtitle>how to run your own server(s)</subtitle>
</a>
<a href="/developing/">
<h2>Developing With IRC</h2>
<subtitle>writing bots, clients and servers</subtitle>
</a>
<a href="/history/">
<h2>History</h2>
<subtitle>irc's history, top to bottom</subtitle>
</a>
</div>
</div>