diff options
author | egon0 <ms@resonar.de> | 2011-02-26 19:36:27 (GMT) |
---|---|---|
committer | egon0 <ms@resonar.de> | 2011-02-26 19:36:27 (GMT) |
commit | 42d50e9c5784527d99e0d449188fe000bb350e2c (patch) | |
tree | 351e55dd59cf4a63b5323a3ddc693480de93b8d5 /files/www/splash.html | |
parent | b3fbb298ec901ae55aa9ff1ee5c1dafbd9bf0381 (diff) |
* added body div for centering in splash
* added div-id for button-region
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> |