diff options
author | Frank Lanitz <frank@frank.uvena.de> | 2011-05-31 20:02:07 (GMT) |
---|---|---|
committer | Frank Lanitz <frank@frank.uvena.de> | 2011-05-31 20:02:07 (GMT) |
commit | b56d1b37ab8e3d1ab96c5f0200541cbc20a94b9b (patch) | |
tree | 1af0fb4fbdb1e138123e88eaca8f6e60994a7438 | |
parent | 0fd08dab2fe5f12d5457a8dca51bbe64928a832a (diff) |
Fix path for splash css
-rw-r--r-- | files/www/splash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index f25db1c..4556195 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -17,7 +17,7 @@ <title>Freifunk Jena</title> - <link rel="stylesheet" type="text/css" href="ffj.css" /> + <link rel="stylesheet" type="text/css" href="/ffj.css" /> </head> <body> |