-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (30 loc) · 1.18 KB
/
index.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
<!doctype html>
<html>
<head>
<title>TermsFeed</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="assets/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<p><a href="https://termsfeed.com/" class="logo">TermsFeed</a></p>
<br />
<br />
<br />
<br />
<h3><a href="mobile-app-privacy-policy-101/index.html">Mobile App Privacy Policy 101</a></h3>
<p>Learn what you need to include in the Privacy Policy for your mobile app in this guide.</p>
<br />
<br />
<br />
<br />
<p class="small">For more information about Privacy Policy and Terms & Conditions agreements, visit <a href="https://termsfeed.com">termsfeed.com</a></p>
</div>
</div>
</div>
</body>
</html>