-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
40 lines (31 loc) · 1.94 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="index.css" />
<title>A</title>
<style>
html {
font-size: 22px;
}
body {
background-color: black;
color: whitesmoke;
}
</style>
<body>
<div style="text-align: center;">
<a href="/"><img src="images/BALLER-small.png" alt="Koelopog16" class="navlogo" style="text-align: center; vertical-align: middle;"></a>
<span style="font-weight: bold; color: red; font-size: 35px; font-family: 'Courier New', Courier, monospace; vertical-align: middle;">Koelopog16</span>
</div>
<h1 class="privacypolicytitle"> PRIVACY POLICY </h1>
<h3 class="privacypolicytext"> This page will tell of what information this site collects.</h3>
<div style="text-align: center;">
<button><a href="Index.html">Home</a></button>
<button><a href="software.html">Software</a></button>
<button><a href="donate.html">Donate</a></button>
</div>
<hr>
<p> The only thing that this website collects is your IP address and it may also include the location (based on IP), don't worry, this information is not sold nor shared with anyone, your IP address is safe with the website. I may disable IP logging in the future, if I disable IP logging for this website, expect the privacy policy to change. I only made this website for fun. This website uses html, not javascript at all, so theres no javascript bullshit.</p>
<hr>
<footer><<< © This work is licensed under the <a href="LICENSE-BY-SA.txt">Creative Commons Attribution-ShareAlike 4.0 International</a>, made by Koelo or Koelopog16. (<a style="color: red;" href="https://github.com/koelopog16/website">Source code</a>) >>></footer>
</body>