summaryrefslogtreecommitdiff
path: root/ui/app/index.html
blob: d500e369a1132dfbe42699b94ab713462847334e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Bitmask</title>
    <style>
      body {background: #333 !important}
    </style>
  </head>
  <body>
    <div id="app"></div>
    <script src="app.bundle.js"></script>
  </body>
</html>