-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbill-n-gomez.html
39 lines (38 loc) · 1.53 KB
/
bill-n-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
39
<!doctype html>
<html>
<head>
<title>Bill N 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>Bill N Gomez</h1>
<p class="birthday">Born: 11/28/1987</p>
<p class="occupation">Occupation: Programmer</p>
<p class="wealth">Net worth: $300'000</p>
<div class="friends">
<h3>Friends: 3</h3>
<a href="./josh-b-huffman.html">Josh B Huffman</a>
<a href="./ron-d-meyer.html">Ron D Meyer</a>
<a href="./jeff-n-clinton.html">Jeff N Clinton</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./sarah-n-richter.html">Sarah N Richter</a><br/>
<span>May I borrow your car tomorrow?</span>
</div>
<div>
<a href="./tom-k-meyer.html">Tom K Meyer</a><br/>
<span>My ,,,^.,.^,,, it is for you @>---</span>
</div>
<div>
<a href="./helen-t-kennedy.html">Helen T Kennedy</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>