-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImpressum.html
More file actions
28 lines (25 loc) · 1 KB
/
Impressum.html
File metadata and controls
28 lines (25 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="mainnav">
<a href="index.html" target="_blank">Startseite</a>
<a href="kontakt.html" target="_blank">Kontakt</a>
<a href="artikel.html" target="_blank">Artikel</a>
<a href="Impressum.html" target="_blank" >Impressum</a>
</nav>
<div class="wrapper">
<h1 class="mainnav">Impressum</h1>
<p class="impressum">Anbieter:<br />Max Mustermann<br />Musterstraße 1<br />80999 München</p>
<p class="impressum">Kontakt:<br />Telefon: 089/1234567-8<br />Telefax: 089/1234567-9<br />E-Mail: mail@mustermann.de<br />Website: www.mustermann.de</p>
<p class="impressum"> </p>
<p class="impressum">Bei redaktionellen Inhalten:</p>
<p class="impressum">Verantwortlich nach § 55 Abs.2 RStV<br />Moritz Schreiberling<br />Musterstraße 2<br />80999 München</p>
</div>
</body>
</html>