aboutsummaryrefslogtreecommitdiff
path: root/src/webex/pages/refund.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-31 13:27:12 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-31 13:27:12 +0200
commitc35b3be7957a90bd1e861c0502736aa1eb7acfbf (patch)
tree0d3277f26ac07131cf94f0600e055b191e88239f /src/webex/pages/refund.html
parentc3f47e8f5866838b8c58ad8762d636a2b3ec2217 (diff)
downloadwallet-core-c35b3be7957a90bd1e861c0502736aa1eb7acfbf.tar.xz
refund view
Diffstat (limited to 'src/webex/pages/refund.html')
-rw-r--r--src/webex/pages/refund.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webex/pages/refund.html b/src/webex/pages/refund.html
index f97dc9d6c..203fda21b 100644
--- a/src/webex/pages/refund.html
+++ b/src/webex/pages/refund.html
@@ -13,6 +13,9 @@
<script src="/dist/refund-bundle.js"></script>
<body>
- <div id="container"></div>
+ <section id="main">
+ <h1>GNU Taler Wallet</h1>
+ <article id="container" class="fade"></article>
+ </section>
</body>
</html>