-
Notifications
You must be signed in to change notification settings - Fork 0
/
bill-k-becker.html
36 lines (35 loc) · 1.41 KB
/
bill-k-becker.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>Bill K Becker 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 K Becker</h1>
<p class="birthday">Born: 2/7/1960</p>
<p class="occupation">Occupation: Teacher</p>
<p class="wealth">Net worth: $1'500</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./josh-g-tyler.html">Josh G Tyler</a>
<a href="./don-r-kennedy.html">Don R Kennedy</a>
<a href="./bill-z-bush.html">Bill Z Bush</a>
<a href="./carol-v-mckinley.html">Carol V McKinley</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./paul-u-hoover.html">Paul U Hoover</a><br/>
<span>My ,,,^.,.^,,, it is for you @>---</span>
</div>
<div>
<a href="./karen-q-hoover.html">Karen Q Hoover</a><br/>
<span>For whom did you vote on elections, by the way?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>