diff options
author | egon0 <ms@resonar.de> | 2011-02-26 19:22:38 (GMT) |
---|---|---|
committer | egon0 <ms@resonar.de> | 2011-02-26 19:22:38 (GMT) |
commit | b3fbb298ec901ae55aa9ff1ee5c1dafbd9bf0381 (patch) | |
tree | bd10c4efbfe3e966f201b41810bc30bf4aa891df /files | |
parent | 8e49752f072bb9ee3e7939ce6da65681015445c2 (diff) |
* added some divs and css-classes in splash
* added link to www.freifunk-jena.de/Decline on "decline" button
Diffstat (limited to 'files')
-rw-r--r-- | files/www/splash.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index 76cd54e..93a306f 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -9,15 +9,16 @@ <head> <title>Freifunk Jena</title> - <link rel="stylesheet" type="text/css" href="/ffj.css" /> + <link rel="stylesheet" type="text/css" href="./ffj.css" /> </head> <body> + <div id="body"> <div id="maincontent"> -<img src="/ff-jena_signet.png" /> +<img src="./ff-jena_signet.png" /> <h2><a id="content" name="content">Willkommen!</a></h2> @@ -54,9 +55,10 @@ unser Netz verwenden. Dann wirst du erneut aufgefordet, diese Bedingungen zu akz -<a href="/cgi-bin/splash_click?accept">Aktzeptieren</a> <a href="#">Ablehnen</a> +<a href="/cgi-bin/splash_click?accept" class="button">Aktzeptieren</a> <a href="http://www.freifunk-jena.de/Decline" class="button">Ablehnen</a> </div> +</div> </body> </html> |