aboutsummaryrefslogtreecommitdiff
path: root/webextension/static/withdraw.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/withdraw.html
parent47787c0b0b846d5f4a057661efdd05d8786032f1 (diff)
downloadwallet-core-1471aae8927c20d646cc2aa5ab0e20c1a7f2c0ca.tar.xz
linter / simpler webextension pack
Diffstat (limited to 'webextension/static/withdraw.html')
-rw-r--r--webextension/static/withdraw.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/webextension/static/withdraw.html b/webextension/static/withdraw.html
index a27d0018a..d2aab1b64 100644
--- a/webextension/static/withdraw.html
+++ b/webextension/static/withdraw.html
@@ -3,12 +3,10 @@
<head>
<meta charset="UTF-8" />
<title>Taler Wallet: Withdraw</title>
-
<link rel="icon" href="/img/icon.png" />
- <link rel="stylesheet" type="text/css" href="../style/pure.css" />
- <link rel="stylesheet" type="text/css" href="../style/wallet.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" />
+ <script src="/pageEntryPoint.js"></script>
</head>
<body>