aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html.j2 b/index.html.j2
index 60a1da3..e550c2f 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -3,9 +3,9 @@
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8"/>
<title>Taler Demo</title>
- <link rel="stylesheet" type="text/css" href="static/web-common/demo.css" />
- <link rel="stylesheet" type="text/css" href="static/web-common/taler-fallback.css" id="taler-presence-stylesheet" />
- <link rel="icon" type="image/png" href="static/web-common/favicon-taler.ico" />
+ <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/demo.css') }}" />
+ <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
+ <link rel="icon" type="image/png" href="{{ url('static/web-common/favicon-taler.ico') }}" />
<style type="text/css">
a[disabled="true"] {
@@ -116,7 +116,7 @@
<hr />
<div class="copyright">
<p>Copyright &copy; 2014&mdash;2017 INRIA</p>
- <a href="{{ url('javascript.html') }}" data-jslicense="1" class="jslicenseinfo">JavaScript license information</a>
+ <a href="javascript.html" data-jslicense="1" class="jslicenseinfo">JavaScript license information</a>
</div>
</section>
</body>