This repository was archived by the owner on Mar 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpressum.html
More file actions
57 lines (46 loc) · 1.84 KB
/
impressum.html
File metadata and controls
57 lines (46 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>MMS OpenSource Portfolio Impressum</title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import CSS files-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="textbox align-center">
<h4>Impressum</h4>
<!--Impressum content Start-->
<p class=" light text">
<strong>T-Systems Multimedia Solutions GmbH<br></strong>
<div class="bs-docs-section">
<strong>Hausanschrift:</strong><br>
Riesaer Straße 5<br>
01129 Dresden<br></p>
<p><strong>Postanschrift:</strong><br>
Postfach 10 02 24<br>
01072 Dresden<br></p>
<p>Telefon: +49 3 51 - 28 20 - 0<br>
Fax: +49 3 51 - 28 20 - 51 15<br></p>
<p>Internet: <a href="www.t-systems-mms.com">www.t-systems-mms.com</a><br>
E-Mail: <a href="mailto:mms@t-systems.com">mms@t-systems.com</a>
<p><strong>Geschäftsführung:</strong><br>
Susanne Heger, Ralf Pechmann<br></p>
<p><strong>Aufsichtsrat:</strong><br>
Anette Bronder (Vorsitzende)<br></p>
<p><strong>Handelsregister:</strong><br>
Amtsgericht Dresden, HRB 11433, Sitz der Gesellschaft Dresden, Deutschland<br>
USt.-IdNr. DE 811 807 949<br></p>
<p><strong>Aufsichtsbehörde:<br></strong>
Bundesnetzagentur für Elektrizität, Gas, Telekommunikation, Post und Eisenbahnen<br>
Tulpenfeld 4, 53113 Bonn<br></p>
<p>D&B D-U-N-S® Nummer:<br>
D-U-N-S: 33-165-5399<br></p>
</div>
<a href="index.html" class="waves-effect waves-light btn">return</a>
</body>
</html>