26 lines
528 B
HTML
26 lines
528 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Nutzungsregeln & Datenschutz</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<style>
|
|
body {
|
|
margin: 80px auto;
|
|
max-width: 800px;
|
|
padding: 0 25px;
|
|
font-family: 'Open Sans', Arial, sans-serif;
|
|
color: #222222;
|
|
}
|
|
|
|
p, li {
|
|
line-height: 1.5em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Vielen Dank!
|
|
</p>
|
|
</body>
|
|
</html>
|