-
Notifications
You must be signed in to change notification settings - Fork 1
/
impressum.html
36 lines (33 loc) · 1.08 KB
/
impressum.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 lang="de">
<head>
<meta charset="utf-8">
<title>DU4L.org</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="bsod container">
<header>
<h1 class="neg title" aria-label="DUAL - Impressumg">
<span class="bg">DU4L - Impressum</span>
</h1>
</header>
<main>
<p>
Gesetzliche Anbieterkennung:
DU4L<br>
68150 Mannheim<br>
vertreten durch: DU4L<br><br>
E-Mail: [email protected]<br><br>
Inhaltlich Verantwortlicher gemäß § 18 Abs. 2 MStV: DUAL.org<br><br>
Alternative Streitbeilegung:<br>
Die Europäische Kommission stellt eine Plattform für die außergerichtliche Online-Streitbeilegung (OS-Plattform) bereit, aufrufbar unter <a href="https://ec.europa.eu/odr">https://ec.europa.eu/odr</a>. Zur Teilnahme an einem Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle sind wir bereit.
</p>
</main>
<nav class="nav">
<a href="index.html" class="link">Index</a> |
<a href="https://github.com/DU4L" class="link">GitHub</a>
</nav>
</div>
</body>
</html>