-
Notifications
You must be signed in to change notification settings - Fork 0
/
anthony-n-schneider.html
36 lines (35 loc) · 1.45 KB
/
anthony-n-schneider.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
<!doctype html>
<html>
<head>
<title>Anthony N Schneider 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 N Schneider</h1>
<p class="birthday">Born: 5/24/1953</p>
<p class="occupation">Occupation: Programmer</p>
<p class="wealth">Net worth: $2'000'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./bettie-v-becker.html">Bettie V Becker</a>
<a href="./laura-s-huffman.html">Laura S Huffman</a>
<a href="./kim-h-richter.html">Kim H Richter</a>
<a href="./charlie-v-harding.html">Charlie V Harding</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./barbara-h-roosevelt.html">Barbara H Roosevelt</a><br/>
<span>Have you been in office today?</span>
</div>
<div>
<a href="./don-y-becker.html">Don Y Becker</a><br/>
<span>Going to Cinematic Theatre on weekend - will you join?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>