summaryrefslogtreecommitdiff
path: root/src/frontend/index.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-12-24 21:30:40 +0100
committerChristian Grothoff <christian@grothoff.org>2015-12-24 21:30:40 +0100
commit29dec4cf538daf22690386514387eb8a066b6872 (patch)
treecccabc1402d6b37543c1351610ffe73fff76c320 /src/frontend/index.html
parente83e69a248ec1451e19bb233c6c2c5a825b67b66 (diff)
parent33f69ee18296d09a9b93104a0477f0d944e0fd17 (diff)
downloadmerchant-29dec4cf538daf22690386514387eb8a066b6872.tar.gz
merchant-29dec4cf538daf22690386514387eb8a066b6872.tar.bz2
merchant-29dec4cf538daf22690386514387eb8a066b6872.zip
Merge branch 'master' of ssh://taler.net:/var/git/merchant
Diffstat (limited to 'src/frontend/index.html')
-rw-r--r--src/frontend/index.html16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/frontend/index.html b/src/frontend/index.html
index 5410bd3b..16b73be7 100644
--- a/src/frontend/index.html
+++ b/src/frontend/index.html
@@ -32,8 +32,8 @@
<header>
<div id="logo">
<svg height="100" width="100">
- <circle cx="50" cy="50" r="40" stroke="black" stroke-width="6" fill="white" />
- <text x="19" y="82" font-family="Verdana" font-size="90" fill="black">S</text>
+ <circle cx="50" cy="50" r="40" stroke="darkcyan" stroke-width="6" fill="white" />
+ <text x="19" y="82" font-family="Verdana" font-size="90" fill="darkcyan">S</text>
</svg>
</div>
@@ -61,8 +61,6 @@
<tt>mint.demo.taler.net</tt> and
<tt>bank.demo.taler.net</tt>, correspond to a Taler mint
and bank with tight Taler integration respectively.
- <!-- TODO: maybe offer the wallet at 'taler.net/extension' in the
- future, instead of at 'demo.taler.net/'? -->
</p>
</article>
@@ -70,14 +68,8 @@
<article id="installation">
<h2>Step 1: Installing the Taler wallet <sup>(once)</sup></h2>
- <p>First, you need to install the Taler wallet browser extension.
- It is currently only available for Firefox. If you run
- Firefox, simply click <a href="http://demo.taler.net/extension">here</a>
- to download and install the extension. You will then have to
- click on "allow" and "install" dialogs shown by Firefox.
- After that, the Taler logo should appear on the right side
- of your navigation bar.
- <!-- TODO: insert screenshot highlighting the icon? -->
+ <p>First, you need to <a href="http://demo.taler.net/">install</a>
+ the Taler wallet browser extension.
</p>
</article>