-
Notifications
You must be signed in to change notification settings - Fork 0
/
bettie-j-roosevelt.html
38 lines (37 loc) · 1.55 KB
/
bettie-j-roosevelt.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
<!doctype html>
<html>
<head>
<title>Bettie J Roosevelt 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 J Roosevelt</h1>
<p class="birthday">Born: 10/10/1966</p>
<p class="occupation">Occupation: Manager</p>
<p class="wealth">Net worth: $3'000</p>
<div class="friends">
<h3>Friends: 2</h3>
<a href="./pat-a-kennedy.html">Pat A Kennedy</a>
<a href="./jennie-t-cleveland.html">Jennie T Cleveland</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./charlie-u-cleveland.html">Charlie U Cleveland</a><br/>
<span>Can you fetch me from library this night please?</span>
</div>
<div>
<a href="./carol-i-monroe.html">Carol I Monroe</a><br/>
<span>Why have not you told you are changing the job? We had a nice position...</span>
</div>
<div>
<a href="./dan-w-reagan.html">Dan W Reagan</a><br/>
<span>There are few pies and cakes due to my birthday :) Come and join!</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>