-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
26 lines (22 loc) · 1.04 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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0, maximum-scale=1.0" />
<meta name="robots" content="noindex" />
<title>I Did It Privacy Policy</title>
<link rel="shortcut icon" href="logo.png">
<meta property="og:image" content="logo.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
</head>
<body class="container pt-5">
<h1>Privacy Policy <small>I Did It</small></h1>
<p>
We don't collect any personal data.
Everything you do in the app happens locally on your device,
nothing is transmitted to our servers (we don't even have any servers).
Specifically, all activities you enter into the app are stored only locally on your device.
</p>
<p><a href="/">Go to app's homepage.</a></p>
</body>
</html>