-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
27 lines (27 loc) · 872 Bytes
/
index2.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
<!DOCTYPE html>
<html>
<body style ="background-color:cornflowerblue;">
<head>
<title> Biography of the Griffin Family</title>
<link href="https://fonts.googleapis.com/css?family=Chewy|Oswald" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="index.css"/>
</head>
<body>
<nav>
<ul>
<h1>Biography of the Griffin Family</h1>
<img src="IMG_2599.jpg" style="width:450px;height:450px;">
<br></br>
<img alt="My mom, brother, and I at Cabo San Lucas, Mexico"
<p>
<p> The Griffin Family is an amazing family. Click on each member of the family's page to see for yourself. </p>
<br></br>
<li><a href="michael.html">Michael!</a></li>
<li><a href="ajani.html">Ajani!</a></li>
<li><a href="zindzi.html">Zindzi!</a></li>
<li><a href="wanda.html">Wanda!</a></li>
</ul>
</nav>
</head>
</body>
</html>