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