-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathimpressum.html
More file actions
60 lines (53 loc) · 1.66 KB
/
impressum.html
File metadata and controls
60 lines (53 loc) · 1.66 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer src="https://cloud.umami.is/script.js"
data-website-id="78b59231-ef0a-4019-8383-a113c294bcbe"></script>
<title>Impressum – André Plöger</title>
<style>
body {
font-family: system-ui, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 3rem auto;
padding: 0 1rem;
color: #333;
}
h1 {
font-size: 2rem;
margin-bottom: 1rem;
}
h2 {
font-size: 1.2rem;
margin-top: 2rem;
}
p {
margin: 0.5rem 0;
}
.footer {
margin-top: 3rem;
font-size: 0.9rem;
color: #888;
}
</style>
</head>
<body>
<h1>Impressum</h1>
<p><strong>Verantwortlich für den Inhalt gemäß § 5 TMG:</strong><br> André Plöger<br> Asunción, Paraguay</p>
<h2>Kontakt</h2>
<p>Telefon: +595 981 408660<br> E-Mail: hello@andreploeger.com</p>
<h2>Redaktionell verantwortlich</h2>
<p>André Plöger</p>
<h2>Verbraucherstreitbeilegung / Universalschlichtungsstelle</h2>
<p>Ich bin nicht verpflichtet und nicht bereit, an einem Streitbeilegungsverfahren vor einer
Verbraucherschlichtungsstelle teilzunehmen.</p>
<h2>Quellenangaben</h2>
<ul>
<li>Icons & Logos: FontAwesome, Bootstrap Icons</li>
<li>Impressumstext teilweise mit Unterstützung von e-recht24.de</li>
</ul>
<p class="footer">© 2025 André Plöger</p>
</body>
</html>