-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
36 lines (31 loc) · 1.04 KB
/
imprint.html
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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html translate="no" lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impressum - El Pollo Locco</title>
<link rel="icon" type="image/x-icon" href="./img/8_coin/coin_2.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="privacy.css">
<link rel="stylesheet" href="fonts.css">
</head>
<body>
<div class="impressum">
<h1>Impressum</h1>
<h2>Angaben gemäß § 5 TMG:</h2>
<p><br>Philip Schaper</p>
<h3>Postanschrift:</h3>
<p>Rutnikstaße 18<br>10367 Berlin<br></p>
<h3>Kontakt:</h3>
<p>E-Mail: ph.git@mailbox.org</p>
<p></p>
<p><br></p>
<p></p>
<h2>Hinweise zur Website</h2>
<p></p>
<p><em>Das Impressum wurde mit dem <a
href="https://www.activemind.de/datenschutz/generatoren/impressum/">Impressums-Generator der
activeMind AG</a> erstellt.</em></p>
</div>
</body>
</html>