-
Notifications
You must be signed in to change notification settings - Fork 0
/
anthony-b-wagner.html
44 lines (43 loc) · 1.85 KB
/
anthony-b-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 B 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 B Wagner</h1>
<p class="birthday">Born: 9/26/1968</p>
<p class="occupation">Occupation: Director</p>
<p class="wealth">Net worth: $10'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./mary-x-wagner.html">Mary X Wagner</a>
<a href="./ruth-e-kennedy.html">Ruth E Kennedy</a>
<a href="./steve-n-johnson.html">Steve N Johnson</a>
<a href="./dan-p-van-buren.html">Dan P van Buren</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./rich-y-grant.html">Rich Y Grant</a><br/>
<span>May I borrow your car tomorrow?</span>
</div>
<div>
<a href="./charlie-c-roosevelt.html">Charlie C Roosevelt</a><br/>
<span>These news fron NNC are damn boring...</span>
</div>
<div>
<a href="./paul-v-tyler.html">Paul V Tyler</a><br/>
<span>Have you solved last problem at ProjectEuler?</span>
</div>
<div>
<a href="./dave-y-mckinley.html">Dave Y McKinley</a><br/>
<span>It is raining for a week already, gonna hate this place!</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>