-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 857 Bytes
/
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
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>Apptailor Privacy Policies</title>
<style>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 1em;
}
</style>
</head>
<body>
<strong>
<h1> List of Privacy Policies </h1>
</strong>
<br>
<br>
<a href="/otac-pedja.html">Otac Pedja</a>
<br>
<br>
<a href="/instabook.html">Instabook</a>
<br>
<br>
<a href="/eq-ninja.html">Eq Ninja</a>
<br>
<br>
<a href="/i1-info.html">I1 info</a>
<br>
<br>
<a href="/patriotska-liga.html">Patriotska liga</a>
<br>
<br>
<a href="/status-ok.html">Status OK</a>
<br>
<br>
<a href="/the-drives.html">The Drives</a>
</body>
</html>