notification.html 404 B
Newer Older
Andrei Eres's avatar
Andrei Eres committed
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Parity Signer Companion</title>
  </head>
  <body style="margin:0; overflow-x:hidden; text-align:center">
    <div id="root" style="box-sizing:border-box; margin:0 auto; padding:0; text-align:left; width:560px; height: calc(100vh - 2px); max-width: 100%;"></div>
    <script src='./extension.js'></script>
  </body>
</html>