-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
90 lines (90 loc) · 3.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles/output.css" />
<title>Kochwelt</title>
<link
rel="shortcut icon"
href="./images/logo_small.png"
type="image/x-icon"
/>
<script
id="Cookiebot"
src="https://consent.cookiebot.com/uc.js"
data-cbid="ceef8029-a039-471d-ab66-f013e905c64b"
data-blockingmode="auto"
type="text/javascript"
></script>
</head>
<body class="font-raleway">
<header id="header"></header>
<main class="min-h-[800px] bg-white p-6 text-kw-menu md:p-12">
<div class="mx-auto max-w-[1440px]">
<h1 class="mb-6 text-2xl font-semibold">Impressum</h1>
<section class="mb-8">
<h2 class="mb-4 text-xl font-semibold">Angaben gemäß § 5 TMG</h2>
<p>
Mario Kreitz<br />
Mönchfeldstraße 7<br />
70378 Stuttgart<br />
Deutschland
</p>
<br />
<p>
Marcel Schmidt<br />
Robert-Sommer-Straße 32<br />
35392 Gießen<br />
Deutschland
</p>
</section>
<section class="mb-8">
<h2 class="mb-4 text-xl font-semibold">Kontakt</h2>
<p>
E-Mail:
<a
href="mailto:[email protected]"
class="text-kw-green hover:underline"
>
<br />
E-Mail:
<a
href="mailto:[email protected]"
class="text-kw-green hover:underline"
>
</p>
</section>
<section class="mb-8">
<h2 class="mb-4 text-xl font-semibold">Haftungsausschluss</h2>
<p>
Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für
die Richtigkeit, Vollständigkeit und Aktualität der Inhalte können
wir jedoch keine Gewähr übernehmen.
</p>
<p>
Als Dienstanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte
auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach
§§ 8 bis 10 TMG sind wir als Dienstanbieter jedoch nicht
verpflichtet, übermittelte oder gespeicherte fremde Informationen zu
überwachen oder nach Umständen zu forschen, die auf eine
rechtswidrige Tätigkeit hinweisen.
</p>
</section>
<section class="mb-8">
<h2 class="mb-4 text-xl font-semibold">Cookiebot</h2>
<script
id="CookieDeclaration"
src="https://consent.cookiebot.com/ceef8029-a039-471d-ab66-f013e905c64b/cd.js"
type="text/javascript"
async
></script>
</section>
</div>
</main>
<footer id="footer"></footer>
<script type="module" src="./main.js"></script>
</body>
</html>