mirror of
https://github.com/vale981/event-pubsub
synced 2025-03-06 10:01:42 -05:00
11 lines
254 B
HTML
11 lines
254 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Basic PubSub Example</title>
|
|
<script src='../../event-pubsub-browser.js'></script>
|
|
<script src='extending.js'></script>
|
|
</head>
|
|
<body>
|
|
Check the console
|
|
</body>
|
|
</html>
|