-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 887 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
<!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>Bugema university.</title>
<link rel="stylesheet" href="general css styles.css">
</head>
<body>
<H1 id="list style">A SEVENTHDAY ADVENTIST CHARTERED UNIVERSITY</H1>
<p class="pstyles"> it promotes proper learning for all students</p>
<h2>we strive for excellence in service</h2>
<p>come and acquire knowledge for a copetitive learning and open world</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="contact us.html">contact us</a></li>
<li><a href="sampledivs.html">sampledivs</a></li>
</ul>
</body>
</html>