aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/static/withdraw.html
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-05-07 18:10:27 -0300
committerSebastian <sebasjm@gmail.com>2021-05-07 18:16:30 -0300
commit4ed4535bc090acf3e5a3b7781ba458d077aac751 (patch)
treee1c6af8a7e4c17b67992c824fb172b1bcd61601e /packages/taler-wallet-webextension/static/withdraw.html
parent30f86f8748a0d9c23538e972d30270a4f1e83941 (diff)
downloadwallet-core-4ed4535bc090acf3e5a3b7781ba458d077aac751.tar.xz
preact routing on the wallet
Diffstat (limited to 'packages/taler-wallet-webextension/static/withdraw.html')
-rw-r--r--packages/taler-wallet-webextension/static/withdraw.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/taler-wallet-webextension/static/withdraw.html b/packages/taler-wallet-webextension/static/withdraw.html
deleted file mode 100644
index b2b837658..000000000
--- a/packages/taler-wallet-webextension/static/withdraw.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8" />
- <title>Taler Wallet: Withdraw</title>
- <link rel="icon" href="/static/img/icon.png" />
- <link rel="stylesheet" type="text/css" href="/static/style/pure.css" />
- <link rel="stylesheet" type="text/css" href="/static/style/wallet.css" />
- <script src="/dist/pageEntryPoint.js"></script>
- </head>
-
- <body>
- <section id="main">
- <div style="border-bottom: 3px dashed #aa3939; margin-bottom: 2em;">
- <h1 style="font-family: monospace; font-size: 250%;">
- <span style="color: #aa3939;">❰</span>Taler Wallet<span style="color: #aa3939;">❱</span>
- </h1>
- </div>
- <div class="fade" id="container"></div>
- </section>
- </body>
-</html>