-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
27 lines (26 loc) · 946 Bytes
/
main.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Organisation Name</title>
</head>
<link rel="stylesheet" href="style.css">
<body>
<div class="topnav">
<a class="active" href="#main">Home</a>
<a href="highlights.html">Highlights</a>
<a href="branches.html">Branches</a>
<a href="aboutus.html">About Us</a>
<a href="sectors.html">Sectors</a>
<a href="contact.html">Contact Us</a>
<a href="donate.html">Donate</a>
<a href="gallery.html">Gallery</a>
</div>
<div class="typewriter">
<h2 class="home-title">Introduction</h2>
</div>
<p class="home-subtitle">Suspendisse ut magna vel velit cursus tempor ut nec nunc. Mauris vehicula, augue in tincidunt porta, purus ipsum blandit massa.</p>
</body>
</html>