-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
109 lines (97 loc) · 4.59 KB
/
privacy.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE HTML>
<html>
<head>
<script data-ad-client="ca-pub-5512492696566467" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<title>Soggy Mustache</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.ico">
<meta name="description" content="SoggyMustache's Majestic Website">
<meta name="keywords" content="SoggyMustache,Mods,Minecraft Mods,1.9,1.10,1.8,1.7.10">
<meta name="author" content="George K. Kazanjian">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>SoggyMustache</strong></a>
<ul class="icons">
<li><a href="https://twitter.com/SoggyMods" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/0SoggyMustache0" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Privacy Policy</h1>
</header>
</div>
</section>
<p>This site has uses Google Analytics if you do not agree to the things that Google Analytics can do, do NOT use this website.</p>
<p>Any files downloaded from this site will not contain any malicious files read <a href="eula.html">mod eula</a> for info on files.</p>
<p>None of your information from Google Analytics is shared, it is only used to help improve this site</p>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="mods.html">Mods</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="projects.html">Other</a></li>
<li><a href="donor.html">Donors</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="/george/index.html">About</a></li>
<li><a href="https://minecraft.curseforge.com/members/Soggy_Mustache/projects">Curse</a></li>
<li><a href="http://www.planetminecraft.com/member/soggy_mustache/">Planet Minecraft</a></li>
<li><a href="https://github.com/0SoggyMustache0">Github</a></li>
<li><a href="https://twitter.com/SoggyMods">Twitter</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Contact</h2>
</header>
<ul class="contact">
<li class="fa-envelope-o"><a href="mailto:george@soggymustache.net">george@soggymustache.net</a></li>
<li class="fa-address-book-o ">Discord: SoggyMustache#6693</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© SoggyMustache Development. All rights reserved. Minecraft is copyright Mojang AB and is not affiliated with this site</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86816257-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</body>
</html>