-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.html
More file actions
26 lines (25 loc) · 1.52 KB
/
disclaimer.html
File metadata and controls
26 lines (25 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disclaimer</title>
</head>
<body>
</body>
</html>
<div class="disclaimer">
<h3>Disclaimer</h3>
<p>This app store is a non-commercial, side project created for educational and personal use. It is not affiliated with, endorsed by, or sponsored by any of the developers or organizations whose software is listed here.</p>
<p>All software provided is open-source and distributed under their respective licenses. We do not modify or redistribute any software without proper authorization from the original authors.</p>
<p>We provide these apps "as-is" without any warranty, express or implied. Users are responsible for verifying the integrity and security of any software they download.</p>
<p>By using this app store, you agree to:</p>
<ul>
<li>Use software at your own risk</li>
<li>Verify software authenticity and integrity</li>
<li>Comply with the licenses of the software you download</li>
</ul>
<p>We are not responsible for any damage to your device or data resulting from the use of these applications.</p>
<p>This project is maintained by one person and is intended for personal or educational purposes only.</p>
</div>
<a href="index.html">Go Back</a>