aboutsummaryrefslogtreecommitdiff
path: root/wallet-installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'wallet-installation.html')
-rw-r--r--wallet-installation.html55
1 files changed, 20 insertions, 35 deletions
diff --git a/wallet-installation.html b/wallet-installation.html
index b0d73228..a83dc0fe 100644
--- a/wallet-installation.html
+++ b/wallet-installation.html
@@ -57,39 +57,24 @@
57</head> 57</head>
58 58
59<body> 59<body>
60 60 <h1>Install the Taler wallet</h1>
61 <header> 61 <p>
62 <a href="/index.html" id="logo"> 62 <ul>
63 <img src="web-common/logo-2015-medium.png" width="100" height="100" alt="Logo"> 63 <li>from the app store for
64 </a> 64 <a href="https://chrome.google.com/webstore/detail/gnu-taler-wallet/millncjiddlpgdmkklmhfadpacifaonc">Google
65 <h1 class="nav">Taler Demonstration Framework</h1> 65 Chrome and Chromium</a>
66 </header> 66 </li>
67 67 <li id="inline-install-chrome">via inline install:
68 <aside class="sidebar" id="left"> 68 <button onclick="installWallet()" id="install-button">
69 </aside> 69 One-click installation
70 70 </button>
71 <section id="main"> 71 </li>
72 <article> 72 </ul>
73 <h2>Install the Taler wallet</h2> 73 Wallets for other browsers will be provided in the near future.
74 <p class="taler-installed-hide"> 74 </p>
75 <ul> 75 <p class="taler-installed-show" id="successbox">
76 <li>from the app store for 76 Congratulations, you have installed the Taler wallet correctly.
77 <a href="https://chrome.google.com/webstore/detail/gnu-taler-wallet/millncjiddlpgdmkklmhfadpacifaonc">Google 77 You can now proceed with the next steps.
78 Chrome and Chromium</a> 78 </p>
79 </li> 79</body>
80 <li id="inline-install-chrome">via inline install:
81 <button onclick="installWallet()" id="install-button">
82 Add to Chrome
83 </button>
84 </li>
85 </ul>
86 Wallets for other browsers will be provided in the near future.
87 </p>
88 <p class="taler-installed-show">
89 Congratulations, you have installed the Taler wallet correctly.
90 You can now proceed with the next steps.
91 </p>
92 </article>
93 </section>
94 </body>
95</html> 80</html>