-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.13 KB
/
index.html
File metadata and controls
31 lines (27 loc) · 1.13 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
<!DOCTYPE html>
<html style="height: 100%">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<title>MaxBytes GmbH</title>
</head>
<body style="display: flex; align-items: center; justify-content: center; min-height: 100%; margin: 0; background-color: #151515; font-family: 'Roboto', sans-serif;">
<div style="padding: 20px 80px; background-color: #242424; color: #e7e7e7; line-height: 1.5em; border: 1px solid #e7e7e7;">
<h1>MaxBytes GmbH</h1>
<p>
MaxBytes GmbH<br />
Karl-Popper-Straße 22<br />
1100 Vienna<br />
Austria
</p>
<p>
VAT-Number: ATU76165427<br />
Corporate register number: FN 543483 s<br />
Corporate register court: Commercial Court Vienna<br />
Company location: 1100 Vienna<br />
Phone: +43 660 55 23 087
</p>
</div>
</body>
</html>