-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
37 lines (33 loc) · 955 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Select like a Boss Privacy Policy</title>
<link href="public/help.css" rel="stylesheet" type="text/css">
<script src="content.new.js"></script>
<script src="public/help.js"></script>
</head>
<body>
<header>
<div class="center">
<img src="./public/icon/icon.svg" alt="">
<h1>Select <span>like a Boss</span></h1>
</div>
</header>
<main>
<section class="shadow">
<h2>Privacy Policy</h2>
<p>
Select like a Boss runs offline and does not collect any data or personal information.
</p>
<h3>Contact</h3>
<p>
If you have any questions about this privacy policy, submit an issue via <a href="https://github.com/lcandy2/Select-like-a-Boss/issues">GitHub</a>.
</p>
</main>
<footer>
<p class="author">Last update: July 19th, 2023</p>
</footer>
</body>
</html>