forked from jonobr1/Patatap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
38 lines (30 loc) · 1.4 KB
/
privacy-policy.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
<!doctype html>
<html prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/CreativeWork">
<head>
<meta charset="utf-8">
<title>Patatap: Privacy Policy</title>
<!-- iOS specific catches -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<!-- icons -->
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png"/>
<link rel="icon" href="/images/favicon.ico" />
<style>
* { margin: 0; padding: 0; }
</style>
</head>
<body style="overflow: hidden;">
<iframe id="content" border="0" style="position: absolute; display: block; width: 100%; height: 100%; border: 0;" src="https://docs.google.com/document/d/1oWpFK6FL_NSrTtNjdUw9g8TIugSSAfm5CP0YarSDDLo/edit?ui=2&rm=demo"></iframe>
<div class="scripts" style="display: none;">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48525045-1', 'patatap.com');
ga('send', 'pageview');
</script>
</div>
</body>
</html>