aboutsummaryrefslogtreecommitdiff
path: root/webextension/static/popup.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-07 01:23:29 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-07 01:23:29 +0530
commit1471aae8927c20d646cc2aa5ab0e20c1a7f2c0ca (patch)
tree32d32d7f33b2ca64cf101006442b1b17bfaf61aa /webextension/static/popup.html
parent47787c0b0b846d5f4a057661efdd05d8786032f1 (diff)
downloadwallet-core-1471aae8927c20d646cc2aa5ab0e20c1a7f2c0ca.tar.xz
linter / simpler webextension pack
Diffstat (limited to 'webextension/static/popup.html')
-rw-r--r--webextension/static/popup.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/webextension/static/popup.html b/webextension/static/popup.html
index 5f7d49743..83f2f2861 100644
--- a/webextension/static/popup.html
+++ b/webextension/static/popup.html
@@ -2,11 +2,11 @@
<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>
+ <link rel="stylesheet" type="text/css" href="/style/pure.css" />
+ <link rel="stylesheet" type="text/css" href="/style/wallet.css" />
+ <link rel="stylesheet" type="text/css" href="/style/popup.css" />
+ <link rel="icon" href="/img/icon.png" />
+ <script src="/pageEntryPoint.js"></script>
</head>
<body>