summaryrefslogtreecommitdiff
path: root/views/index.hbs
blob: a4c0f2d22dd05d52ea72bdbaec1f822cbab8dbbe (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <link rel="stylesheet" href="index.css" />
  </head>
  <body>
    <div id="app" />
    <script src="index.js"></script>
  </body>
</html>