diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/index.html | 11 |
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">© 2011 Funkfeuer Graz</span> + <span id="copyright">© 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> |