aboutsummaryrefslogtreecommitdiff
path: root/src/webex/background.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 /src/webex/background.html
parent13bccc7bd982da58738dfd63a2493e476d596161 (diff)
start spring cleaning, use rollup instead of both webpack and rollup
Diffstat (limited to 'src/webex/background.html')
-rw-r--r--src/webex/background.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/webex/background.html b/src/webex/background.html
deleted file mode 100644
index 12a962c67..000000000
--- a/src/webex/background.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8" />
- <script src="../../dist/background-bundle.js"></script>
- <title>(wallet bg page)</title>
- </head>
- <body>
- <img id="taler-logo" src="/img/icon.png" />
- </body>
-</html>