Version 1
[yaffs-website] / node_modules / dom-walk / example / static / index.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title> Your title </title>
5     </head>
6     <body>
7         <!-- live reload script -->
8         <script src="http://localhost:8081"></script>
9         <!-- the main bundle served from index.js -->
10         <script src="bundle.js"></script>
11         <!--
12             Other bundles
13             <script src="entry/other-entry.js"></script>
14         -->
15     </body>
16 </html>