-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 940 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (31 loc) · 940 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<title>NEEDY-Donr</title>
</head>
<body>
<section class="container">
<div class="navbar">
<div class="logo">
<h1>NEEDY-Donr</h1>
</div>
<div class="navbar_items">
<a class = "a1" href="/">Home</a>
<a class = "a1" href='./donation.html' >Donate</a>
<a class = "a1" href='./donation.html' >Contct Us</a>
</div>
</div>
<div class="home">
<div class="title">
<h1>Save Life !!</h1>
<h1>Be The <span class="light"> Light </span> </h1>
<a href='./donation.html' >Donate</a>
</div>
</div>
</section>
</body>
</html>