-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContactUs.html
More file actions
51 lines (44 loc) · 1.58 KB
/
Copy pathContactUs.html
File metadata and controls
51 lines (44 loc) · 1.58 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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Igwe's Family Library</title>
</head>
<body background="Photos/winter.png" link="Blue" alink="red" vlink="purple">
<center>
<nav>
<a href='index.html'> Home </a> |
<a href="About.html"> About Us</a> |
<a href="Familytree.html"> Family Tree </a> |
<a href="Gallery.html"> Photo Gallery </a> |
<a href="ContactUs.html"> Contact Us </a> |
</nav>
</center>
<center>
<p><h3><font face="CentSchbkCyrill BT" font size="7" color="purple">
Contact Us </font></h3></p>
</center>
<hr>
<center>
<blockquote>
<h2 ><font face="CentSchbkCyrill BT" size="6" color="purple" > Address </font></h2>
<h4>
<em><font face="Ubuntu" font size="5">No. 16 Mike Attah Road Awka, Anambra State.</font></em></h4>
<br>
<h2><font face="CentSchbkCyrill BT" size="6" color="purple">Phone</font></h2>
<p><em><font face="Ubuntu" font size="5">
<h3> Igwe Charles   <b>+2348026635354</b> </h3>
<h3> Igwe Caleb   <b>+2347055755216</b> </h3>
</font></em> </p>
<br>
<h2 ><font face="CentSchbkCyrill BT" size="6" color="purple">Mail</font></h2>
<h4 ><em><font face="Ubuntu" font size="5">[email protected]</font></em></h4>
<hr>
</blockquote>
</form>
<footer>
<font face="Calibri" font size="5">
<marquee ><center><b><font face="Comic Sans MS" font size="5" color="purple">Walk into our world and see what we share.</font></b></center></marquee>
</font>
</footer>
</body>
</html>