-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimprint.html
More file actions
81 lines (79 loc) · 2.39 KB
/
imprint.html
File metadata and controls
81 lines (79 loc) · 2.39 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KR Labs</title>
<style>
body {
font-family: 'Courier New', Courier, monospace;
font-size: 18px;
color: #000;
background-color: #fff;
max-width: 1280px;
margin: 0 auto;
padding: 0 50px;
box-sizing: border-box;
}
header {
text-align: center;
padding: 50px 0;
color: #000;
}
header h1 {
margin: 0;
font-size: 36px;
}
nav {
margin-top: 20px;
}
nav a {
color: #000;
text-decoration: none;
margin: 0 15px;
font-size: 20px;
}
.hero {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 50vh;
text-align: center;
}
.hero h2 {
font-size: 32px;
margin-bottom: 20px;
}
.content {
padding: 50px 0;
text-align: center;
}
.content h2 {
margin-bottom: 20px;
font-size: 28px;
}
.content p {
max-width: 800px;
margin: 0 auto;
line-height: 1.6;
text-align: justify;
}
footer {
text-align: center;
padding: 20px 0;
margin-top: 50px;
}
</style>
</head>
<body>
<h4>Impressum</h4>
<p><b>Informationen und Offenlegung gemäß §5 (1) ECG, § 25 MedienG, § 63 GewO und § 14 UGB</b></p>
<p><b>Webseitenbetreiber:</b> KR Labs GmbH<br> <b>Firmenbuchnummer:</b> 643586a <br> <b>Firmenbuchgericht: </b> Handelsgericht Wien</p>
<p><b>Anschrift:</b> Schüttelstraße 23-25A/3/16, 1020 Wien</p>
<!--- <p><b>UID-Nr:</b> <br> <b>Gewerbeaufsichtbehörde:</b> <br> <b>Mitgliedschaften: WKO Wien</b></p> --->
<p><b>Kontaktdaten:</b> <br> Telefon: +4367762968104 <br> Email: info@krlabs.eu</p>
<p><b>Anwendbare Rechtsvorschrift:</b> www.ris.bka.gv.at <br> <b>Berufsbezeichnung:</b> IT-Dienstleistung </p>
<p>© KR Labs GmbH, 2025. All Rights Reserved</p>
</body>
</html>