summaryrefslogtreecommitdiffstats
path: root/src/static/index.html
blob: 7942f9f87011c8228042fbbbc81ff4b2b1350f53 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
	
  <head>
   <title>This title shows at the top</title>
  </head>

  <body>
    <div id='container'></div>
    <script src='../../dist/bundle.js'></script>
</html>