summaryrefslogtreecommitdiff
path: root/views/index.hbs
blob: 890ee254d47e4717975b6c73f86f77a52d71543b (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>