-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
39 lines (39 loc) · 1.42 KB
/
privacy.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Datenschutz</title>
<link rel="icon" href="starfleet.svg"/>
<link rel="mask-icon" href="starfleet.svg"/>
<link rel="apple-touch-icon" href="apple-touch-icon.png"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<header>
<nav>
<ol>
<li>
<a
title="Star Trek"
aria-label="Star Trek"
href="/startrek"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="378 148 70 120" width="14" height="24">
<path fill="currentColor" d="M424.03 231.79c4.01,4.36 11.34,15.79 21.99,34.29 -1.14,-45.83 -11.56,-84.64 -31.28,-116.43 -20.64,29.62 -33.03,68.12 -37.16,115.5 20.86,-20.05 34.48,-31.27 40.87,-33.67 2.69,-1.13 4.54,-1.03 5.58,0.31z"/>
</svg>
</a>
</li>
<li>
<a href="#main" aria-current="page">Datenschutz</a>
</li>
</ol>
</nav>
</header>
<main id="main">
<h1>Datenschutz</h1>
<p>Die Seiten unter bittersmann.de/startrek erheben und speichern keine personenbezogenen Daten.</p>
<p>Beim Öffnen von „Ups & Downs“ (aber erst dann) wird Youtube eingebunden und es werden Daten an YouTube/Google übertragen.</p>
</main>
</body>
</html>