diff options
| author | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 19:38:52 (GMT) | 
|---|---|---|
| committer | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 19:38:52 (GMT) | 
| commit | 637ce35abf61e3dcaabfd4da6bfec94ecb7093dc (patch) | |
| tree | d45b6c947b170d6f41fb98735edcaea0d9272a88 /files | |
| parent | 92934b79eb9db33cbe28e43574e2f459097e3efd (diff) | |
 * removed trailing dot from link to logo and css
Diffstat (limited to 'files')
| -rw-r--r-- | files/www/splash.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/files/www/splash.html b/files/www/splash.html index d9036e9..23791e3 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -9,7 +9,7 @@  <head>    <title>Freifunk Jena</title> -  <link rel="stylesheet" type="text/css" href="./ffj.css" /> +  <link rel="stylesheet" type="text/css" href="/ffj.css" />  </head> @@ -18,7 +18,7 @@  <div id="maincontent">  <div id="logo"> -<img src="./ff-jena_signet.png" class="logo"/><br /><strong>Freifunk Jena</strong><br />Das freie Bürgernetz für Jena +<img src="/ff-jena_signet.png" class="logo"/><br /><strong>Freifunk Jena</strong><br />Das freie Bürgernetz für Jena  </div>  <h2><a id="content" name="content">Willkommen!</a></h2> | 
