-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (25 loc) · 952 Bytes
/
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
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>charity</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<form action="abc.php" method="post"></form>
<div class="main">
<div class="navbar">
<div class="icon">
<h2 class="logo">CHARITY MANAGEMENT SYSTEM</h2><b></b>
<p class="tagline">GIVE TODAY, GET TOMORROW</p>
</div>
<div class="menu">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="causes.html">CAUSE</a></li>
<li><a href="about.html">CONTACT US</a></li>
<li><a href="C:\xampp\htdocs\charity\login.html">ADMIN</a></li>
</ul>
</div>
</div>
</body>
</html>