-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanthony-o-coolidge.html
44 lines (43 loc) · 1.85 KB
/
anthony-o-coolidge.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>Anthony O Coolidge 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>Anthony O Coolidge</h1>
<p class="birthday">Born: 10/7/1976</p>
<p class="occupation">Occupation: Unemployed</p>
<p class="wealth">Net worth: $140'000'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./helen-j-jefferson.html">Helen J Jefferson</a>
<a href="./bill-k-becker.html">Bill K Becker</a>
<a href="./john-e-kennedy.html">John E Kennedy</a>
<a href="./kevin-k-schmidt.html">Kevin K Schmidt</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./carol-l-harding.html">Carol L Harding</a><br/>
<span>Have you been in office today?</span>
</div>
<div>
<a href="./laura-v-zechiel.html">Laura V Zechiel</a><br/>
<span>For whom did you vote on elections, by the way?</span>
</div>
<div>
<a href="./carol-n-washington.html">Carol N Washington</a><br/>
<span>These news fron NNC are damn boring...</span>
</div>
<div>
<a href="./chris-c-lincoln.html">Chris C Lincoln</a><br/>
<span>My ,,,^.,.^,,, it is for you @>---</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>