aboutsummaryrefslogblamecommitdiffstats
path: root/development/index.html
blob: aca074f3e27a4676bf26e9725b4ffa74e52d5bac (plain) (tree)
1
2
3
4
5
6
7
8
9








                           
                                                     

                                                                              
         











                                                
       
<!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>

<style>
html, body, #app-content, .super-dev-container {
  height: 100%;
  width: 100%;
  position: relative;
  background: #cccccc;
}
.mock-app-root {
  background: #F7F7F7;
}
</style>
</html>