summaryrefslogtreecommitdiff
path: root/webextension/static/popup.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-06 21:05:51 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-06 21:05:51 +0530
commit07f25566ca51b7faf6462a57d15f4ebbfc733ab0 (patch)
tree04e03d831adae4c00ac6a6a19706de4ed6ad7dd3 /webextension/static/popup.html
parent13bccc7bd982da58738dfd63a2493e476d596161 (diff)
downloadwallet-core-07f25566ca51b7faf6462a57d15f4ebbfc733ab0.tar.gz
wallet-core-07f25566ca51b7faf6462a57d15f4ebbfc733ab0.tar.bz2
wallet-core-07f25566ca51b7faf6462a57d15f4ebbfc733ab0.zip
start spring cleaning, use rollup instead of both webpack and rollup
Diffstat (limited to 'webextension/static/popup.html')
-rw-r--r--webextension/static/popup.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/webextension/static/popup.html b/webextension/static/popup.html
new file mode 100644
index 000000000..5f7d49743
--- /dev/null
+++ b/webextension/static/popup.html
@@ -0,0 +1,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>