index.html 389 B
Newer Older
Andrei Eres's avatar
Andrei Eres committed
<!DOCTYPE html>
<html lang="en">
  <head>
Andrei Eres's avatar
Andrei Eres committed
    <meta charset="utf-8" />
Andrei Eres's avatar
Andrei Eres committed
    <title>Parity Signer Companion</title>
    <style type="text/css">
      body {
Andrei Eres's avatar
Andrei Eres committed
        min-height: 600px;
        min-width: 600px;
Andrei Eres's avatar
Andrei Eres committed
      }
    </style>
  </head>
Andrei Eres's avatar
Andrei Eres committed
  <body class="bg-_bg-100">
    <div id="root" class="my-0 mx-auto w-_max h-_max"></div>
    <script src="./extension.js"></script>
Andrei Eres's avatar
Andrei Eres committed
  </body>
</html>