-
Notifications
You must be signed in to change notification settings - Fork 0
/
barbara-o-hoover.html
44 lines (43 loc) · 1.9 KB
/
barbara-o-hoover.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
39
40
41
42
43
44
<!doctype html>
<html>
<head>
<title>Barbara O Hoover at Fake Social Network</title>
<link rel="stylesheet" href="./social.css"/>
</head>
<body>
<div class="container">
<div class="header">Web-crawling test site</div>
<h1>Barbara O Hoover</h1>
<p class="birthday">Born: 7/27/1950</p>
<p class="occupation">Occupation: Director</p>
<p class="wealth">Net worth: $3'000'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./carol-d-johnson.html">Carol D Johnson</a>
<a href="./ron-m-sanchez.html">Ron M Sanchez</a>
<a href="./james-t-wagner.html">James T Wagner</a>
<a href="./paul-b-bush.html">Paul B Bush</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./jennie-w-eisenhower.html">Jennie W Eisenhower</a><br/>
<span>Have you been in office today?</span>
</div>
<div>
<a href="./john-s-lincoln.html">John S Lincoln</a><br/>
<span>Why have not you told you are changing the job? We had a nice position...</span>
</div>
<div>
<a href="./bettie-s-wagner.html">Bettie S Wagner</a><br/>
<span>Have you solved last problem at ProjectEuler?</span>
</div>
<div>
<a href="./bettie-e-fillmore.html">Bettie E Fillmore</a><br/>
<span>Sorry could not answer, had a day at the races and night in the opera</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>