forked from davidhuser/mxmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpressum.html
More file actions
45 lines (40 loc) · 1.78 KB
/
Copy pathimpressum.html
File metadata and controls
45 lines (40 loc) · 1.78 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, follow">
<title>Impressum | MXmap</title>
<link rel="stylesheet" href="css/shared.css">
<link rel="stylesheet" href="css/content.css">
<script defer src="js/nav.js"></script>
</head>
<body>
<header id="header">
<div class="header-left">
<h1 class="brand"><a href="/">MXmap<span class="brand-tag">municipal email infrastructure</span></a></h1>
<nav id="nav"></nav>
</div>
</header>
<main>
<h1>Impressum</h1>
<h2>Angaben gemäß § 5 ECG</h2>
<p>Complexity Science Hub Vienna</p>
<!-- TODO: add postal address for full §5 ECG compliance -->
<h2>Kontakt</h2>
<p>
Bernhard Haslhofer (<a href="mailto:haslhofer@csh.ac.at">haslhofer@csh.ac.at</a>)<br>
Georg Heiler (<a href="mailto:heiler@csh.ac.at">heiler@csh.ac.at</a>)
</p>
<h2>Verantwortlich für den Inhalt</h2>
<p>Complexity Science Hub Vienna</p>
<h2>Haftungsausschluss</h2>
<p>Die Daten auf dieser Website basieren auf öffentlichen DNS-Einträgen sowie öffentlich-zugänglichen Microsoft API Endpoints. DNS-Einträge zeigen das Mail-Routing und autorisierte Absender an, nicht zwingend den tatsächlichen Speicherort der Daten. Es wird keine Gewähr für die Richtigkeit, Vollständigkeit oder Aktualität der bereitgestellten Informationen übernommen.</p>
<h2>Urheberrecht</h2>
<p>Der Quellcode dieses Projekts steht unter der <a href="https://opensource.org/licenses/MIT">MIT-Lizenz</a> und ist auf <a href="https://github.com/complexity-science-hub/mxmap-hu" target="_blank">GitHub</a> verfügbar.</p>
</main>
<footer>
© Complexity Science Hub Vienna · <a href="/datenschutz.html">Datenschutzerklärung</a>
</footer>
</body>
</html>