diff options
Diffstat (limited to 'files/www/splash.html')
-rw-r--r-- | files/www/splash.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index 93a306f..d9036e9 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -17,9 +17,9 @@ <div id="body"> <div id="maincontent"> - -<img src="./ff-jena_signet.png" /> - +<div id="logo"> +<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> <p> @@ -54,9 +54,9 @@ unser Netz verwenden. Dann wirst du erneut aufgefordet, diese Bedingungen zu akz </p> - +<div id="buttons"> <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> </div> |