diff options
Diffstat (limited to 'www/html/impressum.html')
| -rw-r--r-- | www/html/impressum.html | 73 |
1 files changed, 33 insertions, 40 deletions
diff --git a/www/html/impressum.html b/www/html/impressum.html index e6872db..e07ddf0 100644 --- a/www/html/impressum.html +++ b/www/html/impressum.html @@ -1,41 +1,36 @@ <!DOCTYPE HTML > <html> <head> - <meta charset="utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta name="viewport" content="width=device-width"> - <title>Impressum</title> - - <link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif"> + @head@ + @stylesheet@ + <title>@title@ – Impressum</title> </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 +150,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> |
