-
Notifications
You must be signed in to change notification settings - Fork 0
/
bettie-u-harding.html
43 lines (42 loc) · 1.77 KB
/
bettie-u-harding.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
<!doctype html>
<html>
<head>
<title>Bettie U Harding 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>Bettie U Harding</h1>
<p class="birthday">Born: 6/23/1972</p>
<p class="occupation">Occupation: Teacher</p>
<p class="wealth">Net worth: $400'000'000</p>
<div class="friends">
<h3>Friends: 3</h3>
<a href="./kim-v-washington.html">Kim V Washington</a>
<a href="./paul-p-van-buren.html">Paul P van Buren</a>
<a href="./ron-u-truman.html">Ron U Truman</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./paulina-v-perez.html">Paulina V Perez</a><br/>
<span>Sorry could not answer, had a day at the races and night in the opera</span>
</div>
<div>
<a href="./lisa-x-pierce.html">Lisa X Pierce</a><br/>
<span>Have you solved last problem at ProjectEuler?</span>
</div>
<div>
<a href="./karen-b-muller.html">Karen B Muller</a><br/>
<span>Congrats on Wedding!</span>
</div>
<div>
<a href="./charlie-t-clinton.html">Charlie T Clinton</a><br/>
<span>Have you been in office today?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>