aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/static/index.html
blob: 0fa5215d37b917b7995bd0ebfe79ae7424c47f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Demobank</title>
    <!-- Optional customization script.  -->
    <script src="demobank-ui-settings.js"></script>
    <!-- Entry point for the demobank SPA. -->
    <script type="module" src="index.js"></script>
    <link rel="stylesheet" href="index.css" />
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>