-
Notifications
You must be signed in to change notification settings - Fork 0
/
bill-c-hayes.html
34 lines (33 loc) · 1.27 KB
/
bill-c-hayes.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
<!doctype html>
<html>
<head>
<title>Bill C Hayes 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 C Hayes</h1>
<p class="birthday">Born: 10/27/1960</p>
<p class="occupation">Occupation: Programmer</p>
<p class="wealth">Net worth: $90'000</p>
<div class="friends">
<h3>Friends: 2</h3>
<a href="./chris-z-buchanan.html">Chris Z Buchanan</a>
<a href="./carol-j-tyler.html">Carol J Tyler</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./bill-e-monroe.html">Bill E Monroe</a><br/>
<span>For whom did you vote on elections, by the way?</span>
</div>
<div>
<a href="./anthony-b-wagner.html">Anthony B Wagner</a><br/>
<span>Never know you have a daughter :)</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>