-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCrime5.html
41 lines (40 loc) · 1.57 KB
/
Crime5.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
<!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>Contact us</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>
<h1>Contact us</h1>
<div class="container">
<p>Get in touch:
<ul>location:Gusau,zamfara state,nigeria</ul>
<ul>Email: [email protected]</ul>
<ul>Phone numeber: 08037025670,08123823963</ul>
<ul>Address: police headquarter,gusau,zamfra state.</ul>
<ul>police Emergency number:112</ul>
<ul>zamfara state Emergency number:07068847774</ul>
<h3>Social media link</h3>
<ul>twitter:@policeNG(official handle</ul>
<ul>facebook:nigeriapoliceforce(officialhandle)</ul>
</p>
</div>
<script src="scripts.js"></script>
</body>