-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
77 lines (74 loc) · 2.47 KB
/
legal.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JOIN - Legal</title>
<link rel="stylesheet" href="./styles/styleguide.css" />
<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="./styles/fonts.css" />
<link rel="stylesheet" href="./styles/legal_privacy.css" />
<script src="./js/login.js"></script>
<script src="./js/globalRender.js"></script>
<script src="./js/script.js"></script>
<script src="./js/classesSidebar.js"></script>
<script src="./js/storage.js"></script>
<link rel="icon" type="image" href="./img/join-favicon.svg" />
</head>
<body onload="includeHTMLInit('LegalNotice')">
<div class="task-comp-bg d-none" id="msgBox-bg">
<div class="task-comp">
<span id="msgBox" class="task-comp-text"></span>
</div>
</div>
<main w3-include-html="./templates/sidebar.html"></main>
<nav w3-include-html="./templates/header.html"></nav>
<div id="main_content" class="content-container">
<div class="container" id="content">
<a action="action" onclick="window.history.go(-1); return false;" type="submit" value="Cancel"><img
src="./img/arrow-left-line.svg" class="arrow-left-line" />
</a>
<h1 class="text-wrapper">Legal Notice</h1>
<br /><br />
<h2>Legal Notice according to § 5 TMG</h2>
<br />
<h2>Contact 1</h2>
<p>
Luft Alexander<br />
Arnold-Schönbergstr.14<br />
66955 Pirmasens
</p>
<br>
<p>Phone:</p><a href="tel:+49017670814014">0176 70 81 40 14</a>
<br>
<p>E-Mail:</p><a href="mailto:[email protected]">[email protected]</a>
<br />
<h2>Contact 2</h2>
<p>
Lukas Nolting<br />
Esenser Straße 11<br />
26409 Wittmund
</p>
<br />
<p>Phone:</p><a href="tel:+4915168102750">0151 68 10 27 50</a>
<br>
<p>E-Mail:</p><a href="mailto:[email protected]">[email protected]</a>
<br>
<h2>Contact 3</h2>
<p>
Steffen Schumann<br>
Eschenstr. 14<br>
93326 Abensberg<br>
</p>
<br>
<p>Phone:</p><a href="tel:+4917632312053">0176 32 31 20 53</a>
<br>
<p>E-Mail:</p><a href="mailto:[email protected]">[email protected]</a>
<br>
Source:
<a href="https://www.e-recht24.de">https://www.e-recht24.de</a>
</p>
</div>
</div>
</body>
</html>