-
Notifications
You must be signed in to change notification settings - Fork 2
/
privacy.html
42 lines (42 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<title>Galaxy privacy policy</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
<link rel='icon' href='https://lb123658.github.io/galaxy/favicon.png' type='image/png'/>
<link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">
<style>
body {
background: #2F3137;
}
* {
font-family: 'Montserrat', sans-serif;
color: white;
}
::selection {
background: #5765f2;
}
.text {
font-size: 23px;
line-height: 1.5;
width: 65%;
min-width: 500px;
text-align: justify;
margin-left: 10px;
}
a {
color: grey;
text-decoration: none;
font-size: 15px;
}
</style>
</head>
<body>
<h1>Galaxy Search Privacy Policy</h1>
<p>Last updated: July 22, 2021</p>
<br>
<p class="text"> Galaxy Search never tracks you on its website and does not use cookies or keep track of your search history in any way.<br><br> Websites that come up in the search results, however, may have a lot of trackers or may be unsafe because Galaxy cannot check to make sure they are all safe.<br><br> Galaxy never tracks search history, location, or anything else about you. Any stored information is stored only in your browser so no one else can access it. More features will be added to Galaxy soon.</p>
<script src="menu.js"></script>
</body>
</head>