blob: 2c02f85b6c65d635a206924b15b29af1ee22a813 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<html lang="en">
<head>
<title>Taler's "Toy" Shop</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body id="css-zen-garden">
<div id='root' class="page-wrapper">
<section class="intro" id="zen-intro">
<header>
<h1></h1>
<h2></h2>
</header>
<div class="preamble" id="zen-preamble" role="article">
<h3>"Toy" Merchant as a demo for Taler</h3>
<p>We provide a guided utilization of latest Taler's Wallet.</p>
</div>
</section>
<div class="supporting" id="zen-supporting" role="main">
<div class="explanation" id="zen-explanation" role="article">
<p>The latest version of the Wallet is available at the following link:
<a href="http://toy.taler.net/extension">http://toy.taler.net/extension</a>
</p>
</div>
</div>
</div>
<script type="text/javascript" src="merchant.js">
</script>
</body>
</html>
|