commit 8d1b0d86fad3365dfeac98e94ceca8f2de3b48ab parent 8a459a5dbd60b1759a60edc2fb01b5e4bd7a4020 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 27 Apr 2016 04:35:21 +0200 install page Diffstat:
| M | wallet-installation.html | | | 55 | ++++++++++++++++++++----------------------------------- |
1 file changed, 20 insertions(+), 35 deletions(-)
diff --git a/wallet-installation.html b/wallet-installation.html @@ -57,39 +57,24 @@ </head> <body> - - <header> - <a href="/index.html" id="logo"> - <img src="web-common/logo-2015-medium.png" width="100" height="100" alt="Logo"> - </a> - <h1 class="nav">Taler Demonstration Framework</h1> - </header> - - <aside class="sidebar" id="left"> - </aside> - - <section id="main"> - <article> - <h2>Install the Taler wallet</h2> - <p class="taler-installed-hide"> - <ul> - <li>from the app store for - <a href="https://chrome.google.com/webstore/detail/gnu-taler-wallet/millncjiddlpgdmkklmhfadpacifaonc">Google - Chrome and Chromium</a> - </li> - <li id="inline-install-chrome">via inline install: - <button onclick="installWallet()" id="install-button"> - Add to Chrome - </button> - </li> - </ul> - Wallets for other browsers will be provided in the near future. - </p> - <p class="taler-installed-show"> - Congratulations, you have installed the Taler wallet correctly. - You can now proceed with the next steps. - </p> - </article> - </section> - </body> + <h1>Install the Taler wallet</h1> + <p> + <ul> + <li>from the app store for + <a href="https://chrome.google.com/webstore/detail/gnu-taler-wallet/millncjiddlpgdmkklmhfadpacifaonc">Google + Chrome and Chromium</a> + </li> + <li id="inline-install-chrome">via inline install: + <button onclick="installWallet()" id="install-button"> + One-click installation + </button> + </li> + </ul> + Wallets for other browsers will be provided in the near future. + </p> + <p class="taler-installed-show" id="successbox"> + Congratulations, you have installed the Taler wallet correctly. + You can now proceed with the next steps. + </p> +</body> </html>