diff options
author | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 19:36:27 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 19:36:27 (GMT) |
commit | d87be789f1fa5749b4011cfe5e20c35c6de32fa6 (patch) | |
tree | 351e55dd59cf4a63b5323a3ddc693480de93b8d5 | |
parent | 92f035018b1f84cf1b982202ff79b554d31bfbe7 (diff) |
* added body div for centering in splash
* added div-id for button-region
-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> |