Skip to content

Commit ba062eb

Browse files
author
Dan Burzo
committed
Added index.html
1 parent 6fd22a3 commit ba062eb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>pubsub</title>
5+
<style type='text/css'>
6+
body {
7+
font-family: 'Helvetica', 'Arial', sans-serif;
8+
color: #333;
9+
padding: 2em 5em;
10+
}
11+
</style>
12+
</head>
13+
<body>
14+
15+
<h1>Pub/Sub</h1>
16+
17+
<p><a href='http://github.com/danburzo/pubsub'><code>pubsub</code></a> is a small, <a href='http://jsperf.com/pubish-subscribe-performance'>fast</a> JavaScript library that implements the <a href='http://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern'>Publish/Subscribe pattern</a> for web applications. You can <a href='docs/pubsub.html'>read through the annotated source code</a>.<p>
18+
19+
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)