aboutsummaryrefslogtreecommitdiff
path: root/src/background/background.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-13 23:30:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-13 23:31:17 +0100
commitf3fb8be7db6de87dae40d41bd5597a735c800ca1 (patch)
tree1a061db04de8f5bb5a6b697fa56a9948f67fac2f /src/background/background.html
parent200d83c3886149ebb3f018530302079e12a81f6b (diff)
downloadwallet-core-f3fb8be7db6de87dae40d41bd5597a735c800ca1.tar.xz
restructuring
Diffstat (limited to 'src/background/background.html')
-rw-r--r--src/background/background.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/background/background.html b/src/background/background.html
new file mode 100644
index 000000000..621e0fbb9
--- /dev/null
+++ b/src/background/background.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <script src="../vendor/URI.js"></script>
+ <script src="../vendor/system-csp-production.src.js"></script>
+ <script src="background.js"></script>
+ <meta charset="UTF-8">
+ <title>(wallet bg page)</title>
+</head>
+<body>
+ <img id="taler-logo" src="/img/icon.png">
+</body>
+</html>