diff options
Diffstat (limited to 'www/html/index.html')
| -rw-r--r-- | www/html/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/html/index.html b/www/html/index.html index 3b713b9..68fa58a 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -8,7 +8,7 @@ <body> <div class="table"> <div class="column welcome"> - <div class="row welcome"> + <div class="row centered welcome"> <h1>Herzlich Willkommen</h1> <p style="color:yellow;"> Dies ist die Website<br> @@ -19,10 +19,10 @@ </div> </div> <div class="column"> - <div class="row"> + <div class="row centered"> <h1>Stadtteilbeirat Heimfeld</h1> </div> - <div class="row"> + <div class="row centered"> Tel: (040) 300 924 94<br> Di 10 - 12h & Do 14 - 16h sonst AB<br> eMail: beirat (at) heimfeld.hamburg<br> @@ -34,19 +34,19 @@ </span> </font> </div> - <div class="row"> + <div class="row centered"> <p class="news">Der Stadtteilbeirat Heimfeld wird 30 Jahre alt!</p> </div> - <div class="row"> + <div class="row centered"> <p class="news">Newsletter für Heimfeld</p> Bald wieder da </div> </div> <div class="column"> - <div class="row"> + <div class="row centered"> <h1>Aktuelles</h1> </div> - <div class="row"> + <div class="row centered"> <p class="news">Stadtteilfest</p> <p class="highlight big">Samstag, 13. Juni 2026</p> </div> @@ -67,7 +67,7 @@ </tr> </table> </div> - <div class="row"> + <div class="row centered"> <img src="img/construct.gif" alt="Bald geht es weiter" width="150" height="150"> <p>Letzte Änderung: @published@</p> </div> |
