-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbill-n-richter.html
More file actions
43 lines (42 loc) · 1.8 KB
/
bill-n-richter.html
File metadata and controls
43 lines (42 loc) · 1.8 KB
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
<!doctype html>
<html>
<head>
<title>Bill N Richter 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 N Richter</h1>
<p class="birthday">Born: 3/9/1988</p>
<p class="occupation">Occupation: Manager</p>
<p class="wealth">Net worth: $100'000'000</p>
<div class="friends">
<h3>Friends: 3</h3>
<a href="./jessica-p-nixon.html">Jessica P Nixon</a>
<a href="./bettie-f-grant.html">Bettie F Grant</a>
<a href="./kevin-x-ford.html">Kevin X Ford</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./michelle-c-monroe.html">Michelle C Monroe</a><br/>
<span>Can you break the Caesar Cipher at CodeAbbey?</span>
</div>
<div>
<a href="./bob-d-eisenhower.html">Bob D Eisenhower</a><br/>
<span>Can you fetch me from library this night please?</span>
</div>
<div>
<a href="./nancy-d-taft.html">Nancy D Taft</a><br/>
<span>Have you solved last problem at ProjectEuler?</span>
</div>
<div>
<a href="./helen-m-madison.html">Helen M Madison</a><br/>
<span>Sorry could not answer, had a day at the races and night in the opera</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>