node-ipc/node_modules/event-pubsub/examples/browser/basic.html
2014-02-22 01:13:31 -08:00

15 lines
No EOL
351 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Basic PubSub Example</title>
<script src='../../event-pubsub-browser.js'></script>
</head>
<body>
<ul id='events'>
<li>
<h1>PubSub Basic Events Example</h1>
</li>
</ul>
<script src='basic.js'></script>
</body>
</html>