-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.php
More file actions
32 lines (29 loc) · 1.25 KB
/
terms.php
File metadata and controls
32 lines (29 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "_head.php"; ?>
<title>Privacy Policy - CharacterMap.org</title>
</head>
<body>
<?php include "_navbar.php"; ?>
<div class="container top-space">
<h1>Privacy Policy</h1>
<p>We respect your privacy by not spying on you.</p>
<p>This website does not use tracking cookies or any other tracking technologies.
We only use privacy-friendly analytics tools for general website usage statistics.
</p>
<p>
We do not collect any personal information from you.
</p>
<p>
We do not share any personal information with any third parties for advertising purposes.
</p>
<h1>Terms of Service</h1>
<p>This website is offered to you by <a href="https://greatsoftwarecompany.com/" target="_blank">Great Software Company<?=$outside_link_icon?></a></p>
<p>This website is provided “as is” without any guarantees of any kind, express or implied. </p>
<p>But we do hope you like it and use it. If you have any questions or feedback, please contact us at
<a href="mailto:heybro@charactermap.org">heybro@charactermap.org</a>.</p>
</div>
<?php include "_footer.php" ?>
</body>
</html>