forked from haveachin/Epic-Sax
20 lines
No EOL
528 B
HTML
20 lines
No EOL
528 B
HTML
<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">
|
|
<title>Impressum</title>
|
|
</head>
|
|
|
|
<body>
|
|
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
|
<h1>Impressum</h1>
|
|
<p>
|
|
Hannes Jaeschke<br />
|
|
Büttelbronnerstraße 24<br />
|
|
74613 Öhringen<br />
|
|
Hanneshp1@gmail.com
|
|
</p>
|
|
</body>
|
|
|
|
</html> |