-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
65 lines (64 loc) · 1.82 KB
/
imprint.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
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
<html>
<head>
<title>johannestrepesch.de</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Johannes Trepesch" />
<meta name="description" content="Software Developer living in Munich" />
<meta name="robots" content="index,nofollow" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; child-src 'none';">
<link rel="icon" href="./assets/img/favicon.png" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<main>
<section class="imprint">
<h1>Imprint</h1>
<p>
Johannes Trepesch<br />
Munich, Germany
</p>
<p>
<a href="mailto:[email protected]"
>
</p>
</section>
<section>
<h1>Privacy Policy</h1>
<p>
There is no use of tracking and analysis tools, cookies, or social
network plugins.
</p>
<p>
Server logs are
<a
href="https://manual.uberspace.de/web-logs.html"
target="_blank"
rel="noreferrer"
>disabled by default</a
>. Because
<a href="http://www.uberspace.de/" target="_blank" rel="noreferrer"
>uberspace</a
>
is awesome.
</p>
</section>
</main>
<footer>
<section class="uberspace-is-awesome">
<a
href="https://uberspace.de"
target="_blank"
alt="uberspace.de"
rel="noreferrer"
>
<img src="assets/img/uberspace.png" alt="uberspace logo"
/></a>
</section>
<section>
<a href="./index.html">Back</a>
</section>
</footer>
</body>
</html>