summaryrefslogtreecommitdiff
path: root/webextension/static/popup.html
blob: 5f7d49743b4a6e67b541c7be2696838756bc575b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />

    <link rel="stylesheet" type="text/css" href="../style/wallet.css" />
    <link rel="stylesheet" type="text/css" href="popup.css" />

    <script src="/dist/webextension/pageEntryPoint.js"></script>
  </head>

  <body>
    <div id="container" style="margin: 0; padding: 0;"></div>
  </body>
</html>