Update privacy.html

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-22 21:35:23 +02:00
parent f67b3aef88
commit e1b56d41fd
1 changed files with 12 additions and 7 deletions

View File

@ -1,13 +1,18 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang='en'>
<head> <head>
<meta charset="UTF-8"> <meta charset='UTF-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Pleaceholder for Privacy Statetment/Policy, AUP</title> <title>Placeholder for Privacy Statement / Policy, AUP</title>
<style type='text/css'>body{margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#444;padding:0 10px}h1,h2,h3{line-height:1.2}</style>
</head> </head>
<body> <body>
<h1>Privacy Statement</h1> <header><h1>Privacy Statement</h1></header>
<h1>Privacy Policy</h1> <h2>Privacy Policy</h2>
<h1>Acceptable use policy (AUP)</h1> <ul>
<li>User consent</li>
<li>Data deletion</li>
</ul>
<h2>Acceptable use policy (AUP)</h2>
</body> </body>
</html> </html>