-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 1.11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mohalla Committee</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css"> </head>
<body>
<h3>Welcome to Mohalla Committee Khadim Colony Nowpora Bandipora</h3>
<nav>
<ul>
<li><a href="last-payment/previous_payments.html"><i class="fas fa-clock"></i> Previous Payments</a></li>
<li><a href="member_registration.html"><i class="fas fa-user-plus"></i> Member Registration</a></li>
<li><a href="new-payment/new_payments.html"><i class="fas fa-money-bill-alt"></i> New Payments</a></li>
</ul>
</nav>
<hr>
<p>This is the main content area. Specific content will be displayed on individual linked pages.</p>
</body>
</html>