-
Notifications
You must be signed in to change notification settings - Fork 0
/
anthony-g-wagner.html
44 lines (43 loc) · 1.86 KB
/
anthony-g-wagner.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 G Wagner 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 G Wagner</h1>
<p class="birthday">Born: 11/22/1953</p>
<p class="occupation">Occupation: Unemployed</p>
<p class="wealth">Net worth: $100'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./rich-s-klein.html">Rich S Klein</a>
<a href="./bob-w-fillmore.html">Bob W Fillmore</a>
<a href="./suzie-f-grant.html">Suzie F Grant</a>
<a href="./nancy-r-hayes.html">Nancy R Hayes</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./steve-i-cleveland.html">Steve I Cleveland</a><br/>
<span>Have you solved last problem at ProjectEuler?</span>
</div>
<div>
<a href="./donna-y-monroe.html">Donna Y Monroe</a><br/>
<span>For whom did you vote on elections, by the way?</span>
</div>
<div>
<a href="./chris-c-lincoln.html">Chris C Lincoln</a><br/>
<span>Sorry could not answer, had a day at the races and night in the opera</span>
</div>
<div>
<a href="./ron-g-clinton.html">Ron G 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>