summaryrefslogtreecommitdiff
path: root/wallet-installation.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-27 04:35:21 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-27 04:35:21 +0200
commit8d1b0d86fad3365dfeac98e94ceca8f2de3b48ab (patch)
tree64bac41b76a3c7dbc044a9a36240bab777c97448 /wallet-installation.html
parent8a459a5dbd60b1759a60edc2fb01b5e4bd7a4020 (diff)
downloadwww-8d1b0d86fad3365dfeac98e94ceca8f2de3b48ab.tar.gz
www-8d1b0d86fad3365dfeac98e94ceca8f2de3b48ab.tar.bz2
www-8d1b0d86fad3365dfeac98e94ceca8f2de3b48ab.zip
install page
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 @@
</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>