UNPKG

user-story

Version:
14 lines (13 loc) 401 B
<!doctype html> <html> <head> <title>Example</title> <meta http-equiv="content-type" value="text/html;utf-8"> </head> <body> <p>Open console</p> <script type="text/javascript" src="../node_modules/underscore/underscore.js"></script> <script type="text/javascript" src="../lib/UserStory.js"></script> <script type="text/javascript" src="test.build.js"></script> </body> </html>