summaryrefslogtreecommitdiff
path: root/src/webex/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/background.html')
-rw-r--r--src/webex/background.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/webex/background.html b/src/webex/background.html
index 0535dd5f3..12a962c67 100644
--- a/src/webex/background.html
+++ b/src/webex/background.html
@@ -1,11 +1,11 @@
<!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>
+ <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>