Epic-Sax/impressum.html

20 lines
528 B
HTML
Raw Permalink Normal View History

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