-
Notifications
You must be signed in to change notification settings - Fork 0
/
bettie-q-huffman.html
36 lines (35 loc) · 1.47 KB
/
bettie-q-huffman.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>Bettie Q Huffman 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>Bettie Q Huffman</h1>
<p class="birthday">Born: 4/14/1960</p>
<p class="occupation">Occupation: Programmer</p>
<p class="wealth">Net worth: $13'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./jason-a-van-buren.html">Jason A van Buren</a>
<a href="./sharon-e-washington.html">Sharon E Washington</a>
<a href="./bettie-f-grant.html">Bettie F Grant</a>
<a href="./nancy-t-perez.html">Nancy T Perez</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./karen-k-fischer.html">Karen K Fischer</a><br/>
<span>It is raining for a week already, gonna hate this place!</span>
</div>
<div>
<a href="./anthony-p-ford.html">Anthony P Ford</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>