summaryrefslogtreecommitdiff
path: root/src/frontend/fullfillment.html
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-19 10:29:53 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-19 10:29:53 +0100
commitd7ef42b83b6056bb39a2a2c78cf3aff51821d674 (patch)
treee5bda008bf434cb17b5b702edb56f9106e7efa92 /src/frontend/fullfillment.html
parent0f3e3e1fed1550bde1f2eb442255a8f7d3ef5d72 (diff)
parent2b8250f338a0176cabb2bfad485368ddd4ee04b3 (diff)
downloadmerchant-d7ef42b83b6056bb39a2a2c78cf3aff51821d674.tar.gz
merchant-d7ef42b83b6056bb39a2a2c78cf3aff51821d674.tar.bz2
merchant-d7ef42b83b6056bb39a2a2c78cf3aff51821d674.zip
Merge branch 'master' of ssh://taler.net/var/git/merchant
Conflicts: src/frontend/pay.php
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>