Epic-Sax/impressum.html
2019-07-11 23:04:59 +02:00

20 lines
No EOL
601 B
HTML

<html>
<head>
<meta name="viewport" charset="UTF-8" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="inhalte/designes/impressum.css">
<title>Impressum</title>
</head>
<body>
<button class="button" onclick="window.location.href='index.html'" type="button">Zur&uuml;ck</button>
<h1>Impressum</h1>
<p>
Hannes Jaeschke<br />
Büttelbronnerstraße 24<br />
74613 Öhringen<br />
<a class="mailto" href="mailto:Hanneshp1@gmail.com">Hanneshp1@gmail.com</a>
</p>
</body>
</html>