-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
41 lines (39 loc) · 1.06 KB
/
Copy pathindex2.html
File metadata and controls
41 lines (39 loc) · 1.06 KB
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
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Djokovic school</title>
<link rel="stylesheet" href="styles2.css">
</head>
<body>
<nav>
<li><a href="index.html">HOME</a></li>
<li><a href="index1.html">ABOUT US</a></li>
<li><a href="index2.html"> CONTACT</a></li>
<img src="./images/head.png" alt="nav">
<h3>DJOKOVIC SCHOOL OF PROGRAMMING</h3>
</nav>
<div class="det">
<div id="details">
<p>CONTACT DETAILS</p>
<p>Location:Karen, Nairobi</p>
<p>P.O Box 24814-00502</p>
<p>Phone number:0724311606,+254(0)20 2430127</p>
<p>E-mail:enquiries@dsp.ac.ke</p>
</div>
<div id="details1">
<p>PARTNERS</p>
<p>CIRC</p>
<p>Co-op bank</p>
<p>SASRA</p>
<p>WeEffect</p>
<p>KUSCCO</p>
<p>Purdue University</p>
</div>
</div>
<footer>
<p> © 2020</p>
</footer>
</body>
</html>