diff options
Diffstat (limited to 'src/website/index.html')
-rw-r--r-- | src/website/index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/website/index.html b/src/website/index.html new file mode 100644 index 00000000..b5aace31 --- /dev/null +++ b/src/website/index.html | |||
@@ -0,0 +1,38 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>Merchant</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | |||
7 | <!-- | ||
8 | |||
9 | This file is part of TALER | ||
10 | Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors) | ||
11 | |||
12 | TALER is free software; you can redistribute it and/or modify it under the | ||
13 | terms of the GNU General Public License as published by the Free Software | ||
14 | Foundation; either version 3, or (at your option) any later version. | ||
15 | |||
16 | TALER is distributed in the hope that it will be useful, but WITHOUT ANY | ||
17 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR | ||
18 | A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
19 | |||
20 | You should have received a copy of the GNU General Public License along with | ||
21 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> | ||
22 | |||
23 | --> | ||
24 | |||
25 | <form name="tform" action="checkout.php" method="POST"> | ||
26 | <div id="opt-form" align="left"><br> | ||
27 | <input type="radio" name="group0" value="Milk"> Milk<br> | ||
28 | <input type="radio" name="group0" value="Butter" checked="true"> Butter<br> | ||
29 | <input type="radio" name="group0" value="Cheese"> Cheese<br> | ||
30 | <input type="submit" name="keyName" value="Checkout"> | ||
31 | </div> | ||
32 | </form> | ||
33 | |||
34 | <!--button onclick='sendContract();'>buy</a--> | ||
35 | |||
36 | </body> | ||
37 | |||
38 | </html> | ||