-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbettie-l-gomez.html
38 lines (37 loc) · 1.5 KB
/
bettie-l-gomez.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
37
38
<!doctype html>
<html>
<head>
<title>Bettie L Gomez 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 L Gomez</h1>
<p class="birthday">Born: 5/22/1996</p>
<p class="occupation">Occupation: Unemployed</p>
<p class="wealth">Net worth: $12'000</p>
<div class="friends">
<h3>Friends: 2</h3>
<a href="./anthony-p-ford.html">Anthony P Ford</a>
<a href="./eliza-k-fischer.html">Eliza K Fischer</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./margareth-m-harding.html">Margareth M Harding</a><br/>
<span>My ,,,^.,.^,,, it is for you @>---</span>
</div>
<div>
<a href="./mike-h-taft.html">Mike H Taft</a><br/>
<span>Why have not you told you are changing the job? We had a nice position...</span>
</div>
<div>
<a href="./steve-v-huffman.html">Steve V Huffman</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>