-
Notifications
You must be signed in to change notification settings - Fork 0
/
impressum.html
33 lines (32 loc) · 1.27 KB
/
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale = 1, maximum-scale=1, user-scalable=no"/>
<!-- TODO: Meta / OpenGraph / Facebook -->
<!-- TODO: read Pandoc's meta --><title>tudocomp</title>
<link rel="stylesheet" type="text/css" href="font-awesome-4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="fonts/fonts.css"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/svg+xml" href="tudocomp-icon.svg">
<!-- Chrome currently doesn't support SVG favicons -->
<link rel="icon" type="image/png" href="tudocomp-icon.png">
</head>
<body>
<header>
<h1>– The TU Dortmund Compression Framework</h1>
</header>
<section id="content">
<div id="page"><h1 id="impressum">Impressum</h1>
<p>Diese Seite enthält Informationen gemäß §55 RStV bzw. §5 TMG.</p>
<p>Verantwortlich für den Inhalt dieser Seite ist:</p>
<blockquote>
<p>B. Sc. Patrick Dinklage</p>
<p>Informatik Lehrstuhl 11, TU Dortmund, 44221 Dortmund</p>
<p>E-Mail: <a href="mailto:[email protected]">[email protected]</a></p>
</blockquote></div>
</section>
<footer>
</footer>
</body>
</html>