-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUVX_Terms.html
More file actions
114 lines (98 loc) · 4.5 KB
/
UVX_Terms.html
File metadata and controls
114 lines (98 loc) · 4.5 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Terms and Conditions for the Cash Guard app, used for detecting counterfeit bills.">
<title>Terms and Conditions - Cash Guard</title>
<style>
/* Ensure full height and proper scrolling */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: auto;
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
/* Content styling */
.content {
padding: 20px;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
background: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
/* Header styling */
h1 {
text-align: center;
color: #333333;
margin-bottom: 20px;
}
/* Paragraph styling */
p {
color: #555555;
margin-bottom: 15px;
}
/* Section headers */
h2 {
color: #444444;
margin-top: 20px;
}
/* Footer section */
.footer {
text-align: center;
margin-top: 20px;
font-size: 0.9em;
color: #888888;
}
</style>
</head>
<body>
<div class="content">
<h1>Terms and Conditions</h1>
<p>Welcome to Cash Guard! These terms and conditions outline the rules and regulations for using the Cash Guard app, developed to help detect counterfeit bills.</p>
<h2>1. Acceptance of Terms</h2>
<p>By downloading, installing, or using the Cash Guard app, you agree to be bound by these Terms and Conditions. If you do not agree, you must not use the app.</p>
<h2>2. License to Use</h2>
<p>Cash Guard grants you a limited, non-exclusive, non-transferable license to use the app for personal or business purposes. You may not:</p>
<ul>
<li>Modify or reverse-engineer the app.</li>
<li>Use the app in any illegal or unauthorized way.</li>
<li>Share your access credentials with unauthorized persons.</li>
</ul>
<h2>3. User Responsibilities</h2>
<p>By using the app, you agree to:</p>
<ul>
<li>Comply with all applicable laws and regulations while using the app.</li>
<li>Not misuse the app in any way</li>
</ul>
<h2>4. Camera Permissions</h2>
<p>The Cash Guard app requires access to your device’s camera to perform its core functionality of detecting counterfeit bills. By using the app, you grant Cash Guard permission to access your camera. Cash Guard does not store or share images or video captured by your camera.</p>
<h2>5. Limitations of Liability</h2>
<p>Cash Guard and its developers are not liable for any losses or damages arising from the use or inability to use the app, including but not limited to:</p>
<ul>
<li>Loss of profits or revenue.</li>
<li>Damage to your device or data.</li>
<li>Errors or inaccuracies in counterfeit bill detection.</li>
</ul>
<h2>6. Updates and Modifications</h2>
<p>Cash Guard reserves the right to update, modify, or discontinue the app or its features at any time without prior notice. Continued use of the app after updates constitutes your acceptance of the modified terms.</p>
<h2>7. Termination</h2>
<p>Cash Guard may terminate or suspend your access to the app at any time, without prior notice, for violation of these Terms and Conditions or other policies.</p>
<h2>8. Governing Law</h2>
<p>These Terms and Conditions are governed by the laws of Canada. Any disputes arising from these terms shall be resolved in the courts of Canada.</p>
<h2>9. Privacy Policy</h2>
<p>Your use of the app is also governed by our <a href="https://sarmacodes.github.io/docs/UVX_Privacy.html">Privacy Policy</a>, which explains how we handle your data.</p>
<h2>10. Contact Information</h2>
<p>If you have any questions about these Terms and Conditions, please contact us at:</p>
<p>Email: <a href="mailto:sarma.codes@gmail.com">sarma.codes@gmail.com</a></p>
</div>
<div class="footer">
© 20254 Cash Guard. All rights reserved.
</div>
</body>
</html>