summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2011-05-13 02:02:04 +0000
committerChristian Pointner <equinox@ffgraz.net>2011-05-13 02:02:04 +0000
commit17f886758350101f4abf887ed3cd678730c4ef45 (patch)
tree3e77e6ab3d03c094751fc0fa5fd6db754b2be56c /template
parent5778ffb72143621a63b7d33f4364586331a298f7 (diff)
added license tag (cc-by-sa)
template works now local as well
Diffstat (limited to 'template')
-rw-r--r--template/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/template/index.html b/template/index.html
index df05030..30c86fc 100644
--- a/template/index.html
+++ b/template/index.html
@@ -3,7 +3,7 @@
<head>
<title>Funkfeuer Graz</title>
<meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="/css/ffgraz.css" />
+ <link rel="stylesheet" type="text/css" href="../css/ffgraz.css" />
</head>
<body>
<div id="header"></div>
@@ -16,8 +16,8 @@
<li><a href="/">Kontakt / Impressum</a></li>
</ul>
<ul id="lang">
- <li><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></li>
- <li><a href="/"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li>
+ <li><img src="../images/at_dis.png" /><img src="../images/de_dis.png" /></li>
+ <li><a href="/"><img src="../images/uk.png" /><img src="../images/us.png" /></a></li>
</ul>
<div style="clear: both"></div>
</div>
@@ -80,9 +80,10 @@
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="CSS ist valide!" /></a>
</div>
- <span id="copyright">&copy; 2011 Funkfeuer Graz</span>
+ <span id="copyright">&copy; 2011 Funkfeuer Graz,
+ licensed by <a href="http://creativecommons.org/licenses/by-sa/2.0/at/">cc-by-sa</a></span>
<div id="sponsor">Mit freundlicher Unterstützung von: <br />
- <a href="http://www.kultur.graz.at/"><img src="/images/kulturamtslogo.png" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="116" height="42" /></a>
+ <a href="http://www.kultur.graz.at/"><img src="../images/kulturamtslogo.png" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="116" height="42" /></a>
</div>
<div style="clear: both"></div>
</div>