-
Notifications
You must be signed in to change notification settings - Fork 0
/
bill-r-lincoln.html
44 lines (43 loc) · 1.87 KB
/
bill-r-lincoln.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>Bill R Lincoln 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>Bill R Lincoln</h1>
<p class="birthday">Born: 12/1/1956</p>
<p class="occupation">Occupation: Teacher</p>
<p class="wealth">Net worth: $140'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./bettie-q-huffman.html">Bettie Q Huffman</a>
<a href="./chris-j-fillmore.html">Chris J Fillmore</a>
<a href="./mary-h-clinton.html">Mary H Clinton</a>
<a href="./chris-t-schneider.html">Chris T Schneider</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./dan-i-harrison.html">Dan I Harrison</a><br/>
<span>May I borrow your car tomorrow?</span>
</div>
<div>
<a href="./don-e-eisenhower.html">Don E Eisenhower</a><br/>
<span>These news fron NNC are damn boring...</span>
</div>
<div>
<a href="./jennie-p-reagan.html">Jennie P Reagan</a><br/>
<span>There are few pies and cakes due to my birthday :) Come and join!</span>
</div>
<div>
<a href="./ruth-g-jackson.html">Ruth G Jackson</a><br/>
<span>For whom did you vote on elections, by the way?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>