mirror of
https://github.com/vale981/event-pubsub
synced 2025-03-04 17:11:38 -05:00
14 lines
379 B
HTML
14 lines
379 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Basic PubSub Example</title>
|
|
<script src='../../event-pubsub-browser.js'></script>
|
|
<!-- OR for supporting older browsers
|
|
<script src='../../event-pubsub-browser-es5.js'></script>
|
|
-->
|
|
<script src='basic.js'></script>
|
|
</head>
|
|
<body>
|
|
Check your console
|
|
</body>
|
|
</html>
|