-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
63 lines (51 loc) · 2.8 KB
/
terms.html
File metadata and controls
63 lines (51 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User Agreement - Remote Camera App</title>
<meta name="description"
content="User Agreement for Pro Wifi Camera Remote. Understand the terms of use for our secure, local monitoring application.">
<link rel="canonical" href="https://dds-solutions.github.io/terms.html">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="privacy-page">
<div class="container">
<div class="privacy-content">
<h1>User Agreement</h1>
<p>Please review the following terms before using this application:</p>
<h2>1. Lawful Monitoring</h2>
<p>This application is intended for lawful monitoring of your own property or consensual communications
only. You are solely responsible for ensuring that your use of this app complies with all local,
state, and federal laws regarding video and audio recording.</p>
<h2>2. Not a Safety Device</h2>
<p>This app is a monitoring aid and does NOT replace adult supervision. Do not rely on it for critical
safety or security purposes. The app's functionality depends on local network stability and device
battery.</p>
<h2>3. Battery & Heat</h2>
<p>Continuous video streaming consumes significant battery power and may cause devices to heat up.
Ensure devices are well-ventilated.</p>
<footer
style="margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center;">
<p>© 2026 DDS Solutions. All rights reserved.</p>
<div style="margin-top: 10px;">
<a href="index.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Home</a> |
<a href="privacy.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Privacy Policy</a>
|
<a href="terms.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">User Agreement</a>
</div>
</footer>
</div>
</div>
</section>
</body>
</html>