summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-07 15:20:17 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-07 15:20:17 +0200
commit515eeeb91e37b5eccc3476c072e52eaae0c14b54 (patch)
tree3255b9e775b3a7f55001c980f1a8c6e63489a92d /index.html
parent13d00b0e5b5c285b2e21e0a2471eb7e0cb6945c6 (diff)
downloadlanding-515eeeb91e37b5eccc3476c072e52eaae0c14b54.tar.gz
landing-515eeeb91e37b5eccc3476c072e52eaae0c14b54.tar.bz2
landing-515eeeb91e37b5eccc3476c072e52eaae0c14b54.zip
update paths
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index 4928186..45c649d 100644
--- a/index.html
+++ b/index.html
@@ -3,9 +3,9 @@
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8"/>
<title>Taler Demonstration Framework</title>
- <link rel="stylesheet" type="text/css" href="web-common/style.css" />
- <link rel="icon" type="image/png" href="/web-common/favicon-taler.ico" />
- <script src="web-common/taler-wallet-lib.js"></script>
+ <link rel="stylesheet" type="text/css" href="static/web-common/style.css" />
+ <link rel="icon" type="image/png" href="static/web-common/favicon-taler.ico" />
+ <script src="static/web-common/taler-wallet-lib.js"></script>
<script>
/*
@licstart The following is the entire license notice for the
@@ -95,9 +95,9 @@
<header>
<a href="/" id="logo">
- <img src="web-common/logo-2015-medium.png" width="100" height="100" alt="Logo">
+ <img src="static/web-common/logo-2015-medium.png" width="100" height="100" alt="Logo">
</a>
- <!--#include virtual="web-common/dropdown-navbar.html"-->
+ <!--#include virtual="static/web-common/dropdown-navbar.html"-->
<h1 class="nav">Taler Demo</h1>
</header>