diff options
Diffstat (limited to 'files/www')
-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> |