summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/static/index.html
blob: 6597eb26f643f874f47a9f00c4ef0950c31fca9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Demobank</title>
    <script type="module" src="index.js"></script>
    <link rel="stylesheet" href="index.css" />
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>