summaryrefslogtreecommitdiff
path: root/src/frontend/fullfillment.html
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-18 20:31:30 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-18 20:31:30 +0100
commit2b8250f338a0176cabb2bfad485368ddd4ee04b3 (patch)
tree952e9a17bf06e9a64c0f5bd752f5f85ec7d68a31 /src/frontend/fullfillment.html
parentde326a3ac32aa371b416bea9f8c2963163cae0b3 (diff)
downloadmerchant-2b8250f338a0176cabb2bfad485368ddd4ee04b3.tar.gz
merchant-2b8250f338a0176cabb2bfad485368ddd4ee04b3.tar.bz2
merchant-2b8250f338a0176cabb2bfad485368ddd4ee04b3.zip
adding fullfillment dedicated page
Diffstat (limited to 'src/frontend/fullfillment.html')
-rw-r--r--src/frontend/fullfillment.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/frontend/fullfillment.html b/src/frontend/fullfillment.html
new file mode 100644
index 00000000..2053f717
--- /dev/null
+++ b/src/frontend/fullfillment.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Taler's "Demo" Shop</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+</head>
+<body id="css-zen-garden" onload="signal_me()">
+<p>Congratulations, your purchase has succeeded! Go to <a href="/">
+our homepage</a>, or visit <a href="http://taler.net">taler.net</a>.
+</p>
+</body>
+</html>