aboutsummaryrefslogtreecommitdiffstats
path: root/development/index.html
blob: deb3dc69009a3fd228763c9f3d86f4707edbb3b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>MetaMask</title>
  </head>
  <body>

    <!-- app content -->
    <div id="app-content" style="height: 100%"></div>
    <script src="./bundle.js" type="text/javascript" charset="utf-8"></script>

  </body>
</html>