-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschools.html
34 lines (32 loc) · 1.11 KB
/
schools.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
<!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">
<title>Schools</title>
<link rel="stylesheet" href="generalstyles.css">
</head>
<body>
<h1>Bugema University</h1>
<p>A chartered Institution of higher learning of the Seventh adventist church</p>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="schools.html">Schools</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contacts.html">Contact Us</a></li>
</ul>
<h2>
A list of Schools available at Bugema
</h2>
<ol>
<li><a href="">School of theology</a></li>
<li><a href="">School of Business</a></li>
<li><a href="">School of Science and technology</a></li>
<li><a href="">School of Natural Sciences</a></li>
<li><a href="">School of Health Sciences</a></li>
<li><a href="">School of education</a></li>
<li><a href="">School of Graduate studies</a></li>
</ol>
</body>
</html>