index.html 546 B

123456789101112131415161718192021
  1. <head>
  2. <meta charset="utf-8">
  3. <!-- title is set in index.js -->
  4. <title></title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. </head>
  7. <body>
  8. <div class="drag-bar"></div>
  9. {{> Template.dynamic template=renderApp}}
  10. {{> GlobalNotifications}}
  11. <div id="react-entry"></div>
  12. <div id="generic-body"></div>
  13. <!-- Form Helper iFrame -->
  14. <iframe id="dapp-form-helper-iframe" name="dapp-form-helper-iframe" src="javascript:false;"></iframe>
  15. </body>