-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFamilytree.html
More file actions
30 lines (26 loc) · 964 Bytes
/
Familytree.html
File metadata and controls
30 lines (26 loc) · 964 Bytes
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
<!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>
<br><br>
<h1><center><font face="trajan pro" font size="40" color="purple">The Igwes' Family Tree </font></center></h1>
<br> <br>
<center> <a href="About.html"> <img src="Photos\FamilyTree1.jpg"></a></center>
<footer class="bottom">
<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>