Impressum eingefügt
This commit is contained in:
parent
6e1aa997ea
commit
d04cf94ea7
3 changed files with 54 additions and 11 deletions
32
impressum.html
Normal file
32
impressum.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Impressum florianzirker.de</title>
|
||||
<link rel="stylesheet" href="default.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Impressum</h1>
|
||||
|
||||
<h4>Angaben gemäß § 5 TMG</h4>
|
||||
<p>Florian Zirker<br />
|
||||
Beethovenstraße 16<br />
|
||||
76870 Kandel</p>
|
||||
|
||||
<h4>Kontakt</h4>
|
||||
<p>
|
||||
E-Mail: admin@florianzirker.de
|
||||
</p>
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
<a href="index.html">Startseite</a>
|
||||
</footer>
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue