-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
50 lines (45 loc) · 2.63 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
<!DOCTYPE html>
<html>
<head>
<!-- Page Title -->
<title>Pepe / IS / The / Frog</title>
<!-- META TAGS -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PePe./IS a Meme Site for the Frogman himself!">
<meta name="keywords" content="pepe, pepe the frog, pepe.is, www.pepe.is, pepe meme, meme, frog, frog meme, pepe social">
<meta name="robots" content="index, follow">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="196x196" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="96x96" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="64x64" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="32x32" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="16x16" href="img/spin.gif">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<section>
<a href="https://PePe.IS"><h1 class="main">PePe</h1></a>
<div class="mainContent">
<div class="contentBox">
<h2>Privacy Policy</h2>
<small>Last updated 02/28/2023</small>
<p>
<h3>What Information We Collect</h3>
<li class="terms">When accessing the service we collect various metadata about your request including but not limited to the full request object, IP Address, and User-Agent (this is a string which uniquely identifies your Web Browser). Additionally we collect user generated content when provided to us.</li>
<h3>How we use the collected information</h3>
<li class="terms">We use the information we collect to faciliate access to the service and provide it to you and to protect the service from fraud and abuse.</li>
<h3>How we protect the collected information</h3>
<li class="terms">We use a variety of technical measures to protect your information. This includes encrypting requests that go to and from our servers, encrypting information locally (commonly called end to end encryption) where possible, and developing strong information access controls to prevent unauthorized access.</li>
</p>
</div>
</div>
</section>
<div class="footer">
<p><a href="terms.html">Terms</a> | <a href="privacy.html">Privacy</a> | <a href="https://github.com/pepe-is">Github</a></p>
<p><a href="mailto:hi [AT] pepe [DOT] is">hi [AT] pepe [DOT] is</a></p>
<p>©<script>new Date().getFullYear()>2010&&document.write(new Date().getFullYear());</script></p>
</div>
</body>
</html>