-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprivacy.html
More file actions
46 lines (42 loc) · 2.32 KB
/
privacy.html
File metadata and controls
46 lines (42 loc) · 2.32 KB
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
45
46
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Pyrmont Brewery - Privacy</title>
<meta name="description" content="Nestled amongst the Pyrmont yellowblock sandstone hides a secret brewery!">
<meta name="robots" content="index, follow" />
<meta name="google-site-verification" content="c6e4BGC8UIsMyBVlGlaWPooxidtPc8OvlTr41gHUV7k" />
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '701956460214044');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=701956460214044&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155182441-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-155182441-1');
</script>
<meta http-equiv="refresh" content="0;URL='https://pyrmontbrewery.com/build/privacy.html'" />
</head>
<body style="background-color: #282c34; color: #fff; font-family: sans-serif; margin: 0; padding: 0;">
<main style="max-width: 700px; margin: 40px auto; padding: 24px; background: rgba(40,44,52,0.95); border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,0.2);">
<h1>Privacy Statement</h1>
<p>
Pyrmont Brewery values your privacy. We do not collect personal information unless you choose to contact us or interact with our services. Any data collected is used only to improve your experience and is never shared or sold. We use basic analytics to understand site usage and improve our offerings. If you have any questions or concerns about privacy, please contact us at info@pyrmontbrewery.com.
</p>
</main>
</body>
</html>