summaryrefslogtreecommitdiff
path: root/views/index.hbs
blob: fed0488d182ae73f768064c5312cbf52e9f1e4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head>
    <script type="text/javascript">
      window.SETTINGS = {};
    </script>
  </head>
  <body>
    <div id="app" />
    <script src="index.js"></script>
  </body>
</html>