-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrime6.html
53 lines (46 loc) · 2.06 KB
/
crime6.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Terms and Conditions</title>
</head>
<body>
<div class="watermark"></div> <!-- Watermark image -->
<nav class="navbar">
<div class="logo">NIGERIA POLICE FORCE</span></div>
<button class="menu-toggle" onclick="toggleMenu()">☰</button>
<ul class="nav-links">
<li><a href="Index.html">Home</a></li>
<li><a href="crime2.html">Report a Crime</a></li>
<li><a href="inde.html">Zamfara State security Report</a></li>
<li><a href="crime3.html">Crime Dashboard</a></li>
<li><a href="crime faqs.html">FAQs</a></li>
<li><a href="crime4.html">About Us</a></li>
<li><a href="crime6.html">Terms and Conditions</a></li>
<li><a href="Privay.html">Privacy Policy</a></li>
</ul>
</nav>
<div class="container">
<h1>Terms and Conditions</h1>
<p>Welcome to our Crime Reporting System. By using this service, you agree to the following terms and conditions:</p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing this service, you agree to comply with and be bound by these terms.</p>
<h2>2. Use of the Service</h2>
<p>You agree to use this service only for lawful purposes and in a way that does not infringe on the rights of others.</p>
<h2>3. Privacy Policy</h2>
<p>Your personal information will be handled according to our Privacy Policy.</p>
<h2>4. Limitation of Liability</h2>
<p>We will not be liable for any damages resulting from your use of this service.</p>
<h2>5. Changes to Terms</h2>
<p>We may update these terms from time to time. We will notify you of any changes.</p>
<button id="agreeBtn">I Agree</button>
<button id="disagreeBtn">I Disagree</button>
</div>
<script src="scripts.js"></script>
<footer>
<p>© 2024 Crime Reporting System</p>
</footer>
</body>
</html>