-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacypolicy.html
29 lines (29 loc) · 1.21 KB
/
privacypolicy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Clover Rescue Project Privacy Policy</title>
<meta name="theme-color" content="#111"/>
<link rel="apple-touch-icon" href="/assets/logo_x192.svg">
<meta name="description" content="Clover Rescue Project">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
<link rel="icon" type="image/x-icon" href="/assets/fav.ico">
<link rel="manifest" href="./manifest.json">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
background-color: #111;
color: rgb(255, 239, 215);
font-family: 'Roboto', sans-serif;
margin: 30px;
}
a{
color: rgb(255, 239, 215);
}
</style>
</head>
<body>
<h1>Clover Rescue Project Privacy Policy</h1><br/>
We do not collect any other information from the user, except for what user specify – nickname and password when registering and geolocation when using our website (agreement for the use of which user give through their web browser). All passwords are stored encrypted.
</body>
</html>