-
Notifications
You must be signed in to change notification settings - Fork 0
/
propeace.html
38 lines (36 loc) · 1.18 KB
/
propeace.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
35
36
37
38
<!doctype html>
<html>
<head>
<title>Propeace</title>
<link rel="stylesheet" type="text/css" href="propeacecss.css">
<link rel="stylesheet" type="text/css" href="picgal.html">
</head>
<body>
<font color="fef0db"><h1>You are most welcome to PROPEACE ACADEMY ... education at your doorstep</h1></font>
<table width="100%" border=2>
<tr>
<td colspan="2" bgcolor="#b5dcb3" >
<font color="ffefd5"><h1>PROPEACE ACADEMY </h1></font>
</td>
</tr>
<tr valign="top">
<td colspan="1" bgcolor="#20b2aa" width="50">
<font face="candara" color="#f0f8ff"><b>HomePage</b><br /></font>
<font color="fff5ee" face="candara"> <a href="www.propeace.com">Contact Page</a><br /></font>
<font color="fff5ee" face="candara"> <a href="www.aboutus.com">About Us</a> <br /></font>
<font color="fff5ee" face="candara"><a href="propeace">Picture Gallery...</a> </font>
</td>
<td bgcolor="#20c1aa" width="100" height="200">
<img src="boko.jpg" height="200" width="200" alt="books" border="1">
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#b5dcb3">
<center>
Copyright © 2015 propeaceacademy.com
</center>
</td>
</tr>
</table>
</body>
</html>