forked from blind-computing/blind-computing-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
irc.php
executable file
·25 lines (25 loc) · 854 Bytes
/
irc.php
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
<!doctype html>
<html>
<head>
<?php
$id = 15;
include_once("includes/headers.inc.php");
?>
</head><body>
<?php
include("includes/nav.inc.php");
?>
<main id="content"
<section>
<h2>Join The IRC Channel</h2>
<p> IRC. It's the number one place for any geek to go if they're looking to chat about practically anything. And with an almost 30 year history, it's no surprise! This page lists our IRC settings to get you chatting in no time!</p>
</section><section>
<h3>IRC Channel Details</h3>
<table>
<tr><td><strong>Network: </strong></td><td>Freenode <a href="irc://chat.freenode.net" title="To connect to this network, copy this link into your IRC client">chat.freenode.net</a></td></tr>
<tr><td><strong>Port: </strong></td><td>6667</td></tr>
<tr><td><strong>Channel: </strong></td><td>#blindcomputing</td></tr>
</table>
</section>
</main>
</body></html>