-
Notifications
You must be signed in to change notification settings - Fork 871
/
privacy-policy.html
37 lines (30 loc) · 1.28 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
<!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/1i-nEoEo-fWsErk4CM7QKq1boofO14NesZ0EqFygLNuQ/edit?ui=2&rm=demo"></iframe>
<div class="scripts" style="display: none;">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FW06G1ZDXV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FW06G1ZDXV');
</script>
</div>
</body>
</html>