-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathirc.html
More file actions
32 lines (24 loc) · 1.04 KB
/
irc.html
File metadata and controls
32 lines (24 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>holonomy is chat</title>
<link rel="shortcut icon" href="favicon.ico" />
<!--<link rel="icon" type="image/svg+xml" href="favicon.svg" />-->
<meta charset="utf-8" />
<meta name="generator" content="DocPad v6.63.7" />
<link rel="stylesheet" href="/styles/index.css" />
</head>
<body>
<a href="https://github.com/holonomy/holonomy.is"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/images/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<header class="ui sixteen column stackable header grid">
<a class="four wide column gears" href="http://bl.ocks.org/mbostock/1353700">
</a>
<div class="twelve wide column">
<h1><a href="http://en.wikipedia.org/wiki/Holon_%28philosophy%29">holon</a>omy is</h1>
<p>the hive mind economy</p>
</div>
</header>
<iframe src="http://webchat.freenode.net/?channels=#holonomy" width="100%" height="600"></iframe>
<script defer="defer" src="/scripts/bundle.js"></script>
</body>
</html>