diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-12-16 22:31:29 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 17:44:07 +0100 |
| commit | 6c54d824d64a752e48d03e98477047629b392003 (patch) | |
| tree | 33ca8a1a2818949af57c5c8fc4f375ae6e7197b5 /www/html/impressum.html | |
| parent | ab36912ee135d4897730b31d6e767d51bcf54e40 (diff) | |
Stylesheet auf allen Seiten angeglichen
Dabei kleine Vereinfachungen vorgenommen.
Diffstat (limited to 'www/html/impressum.html')
| -rw-r--r-- | www/html/impressum.html | 66 |
1 files changed, 31 insertions, 35 deletions
diff --git a/www/html/impressum.html b/www/html/impressum.html index cdf864e..e7cd775 100644 --- a/www/html/impressum.html +++ b/www/html/impressum.html @@ -5,37 +5,35 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width"> <title>@title@ – Impressum</title> - + @stylesheet@ <link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif"> </head> <body> - <a href="index.html">Zurück</a><br> - <blockquote> - <blockquote> - <h1><font face="Bitstream Terminal" size="+3">Impressum / - Kontakt</font></h1> - <br> - <br> - Nicolas Stuebs<br> - Bansenstraße 5A<br> - D-21075 Hamburg-Heimfeld<br> - nicolas.stuebs (at) tharos-net.de<br> - <br> - <p> - <meta http-equiv="content-type" content="text/html; - charset=UTF-8"> - Inhaltlich Verantwortlicher gem. § 55 II RStV : Nicolas Stuebs<br> - <br> - </p> - </blockquote> - </blockquote> + <header> + <nav> + <ul> + <li><a href="/">Stadtteilbeirat Heimfeld</a></li> + </ul> + </nav> + </header> <br> <table border="0" cellspacing="2" cellpadding="2" width="100%"> <tbody> <tr> <td valign="top" width="15%"><br> </td> - <td valign="top" width="70%"> + <td class="content" valign="top" width="70%"> + <h1>Impressum / Kontakt</h1> + + <address> + Nicolas Stuebs<br> + Bansenstraße 5A<br> + D-21075 Hamburg-Heimfeld<br> + nicolas.stuebs (at) tharos-net.de<br> + </address> + <p> + Inhaltlich Verantwortlicher gem. § 55 II RStV : Nicolas Stuebs + </p> <p><strong>Nutzungsbedingungen/Copyright/Haftungsausschluss:</strong></p> <p><em>1. Inhalt des Onlineangebots</em><br> Die Inhalte (Text- und Bildmaterial) werden @@ -155,24 +153,22 @@ Inhalt und ihrer Gültigkeit davon unberührt.<br> <br> </p> - <p><font face="Khmer OS Freehand"><i>Nicolas Stuebs</i></font></p> + <p><i>Nicolas Stuebs</i></p> </td> <td valign="top" width="15%"><br> </td> </tr> - <tr> - <td valign="top"><br> - </td> - <td valign="top"><br> - </td> - <td valign="top" align="center"><a -href="index.html">Zurück</a> - <br> - </td> - </tr> </tbody> </table> - <div align="center"><br> - </div> + <footer> + <nav> + <ul> + <li><a href="/">Stadtteilbeirat Heimfeld</a></li> + <li><a target="_blank" href="https://git.heimfeld.hamburg/infra">Quellcode</a></li> + <li><a href="datenschutz.html">Datenschutz</a></li> + </ul> + </nav> + <img src="img/Expose_Page_1_html_44cef0df.gif" alt="ComNetz" width="90" height="60"> + </footer> </body> </html> |
