aboutsummaryrefslogtreecommitdiff
path: root/web/templates/buy.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/buy.html')
-rw-r--r--web/templates/buy.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/web/templates/buy.html b/web/templates/buy.html
new file mode 100644
index 0000000..e6d953b
--- /dev/null
+++ b/web/templates/buy.html
@@ -0,0 +1,22 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <!-- Required meta tags -->
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7 <link href="/css/bootstrap.min.css" rel="stylesheet">
8 <title>Buy</title>
9 </head>
10 <body>
11 <div class ="container text-center">
12 <h1 class="mb-3">To register your name <i class="text-primary">{{.label}}</i>.<i class="text-secondary">{{.suffixHint}}</i> please pay here:</h1>
13
14 <a href="{{.payto}}" class="btn btn-success mb-3">Pay with TALER</a><br/>
15 Alternatively, you can pay using your mobile wallet by scanning the QR code below:<br/>
16 <a href="{{.fulfillmentUrl}}">
17 <img class="qr" src="{{.qrCode}}"/>
18 </a><br/>
19 After you pay with a mobile wallet, please click on the QR code to finalize your registration.
20 </div>
21 </body>
22</html>