blob: e249635a8a7f3a716a50d5f283b63c10fda1b8c5 (
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
38
39
40
|
<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>
<p>In case you already have a wallet installed, and some coins in it, please
move in the <a href="shopping.html">shopping area</a>
</p>
</div>
</div>
</div>
<script type="text/javascript" src="merchant.js">
</script>
</body>
</html>
|