1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00
Files
mywebsite/node_modules/broadway/examples/browser/index.html
2016-01-04 12:25:28 -05:00

12 lines
275 B
HTML

<html>
<head>
<title>Example</title>
</head>
<body>
<script type="text/javascript" src="broadway.js"></script>
<script type="text/javascript" src="plugins/helloworld.js"></script>
<script type="text/javascript" src="app.js"></script>
</body>
</html>