-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpressum.html
34 lines (28 loc) · 960 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<base target="_blank" rel="noopener noreferrer">
<title>20[ ]</title>
</head>
<body>
<h1>Impressumm</h1>
<h3>Angaben gemäß § 5 TMG</h3>
20squares UG (haftungsbeschraenkt)
<h3>Postanschrift</h3>
Julius-Hatry-Straße 1
68163 Mannheim
<h3>Kontakt</h3>
E-Mail: [email protected]
<h3>Vertreten durch</h3>
Geschaeftsfuehrer Dr. Philipp Zahn
<h3>Eingetragen am</h3>
HRB746284
<h3>Umsatzsteuer-Identifikationsnummer</h3>
DE362667647
</body>
</html>