-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanthony-g-hayes.html
37 lines (36 loc) · 1.52 KB
/
anthony-g-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
35
36
37
<!doctype html>
<html>
<head>
<title>Anthony G 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>Anthony G Hayes</h1>
<p class="birthday">Born: 2/10/1957</p>
<p class="occupation">Occupation: Director</p>
<p class="wealth">Net worth: $10'000'000</p>
<div class="friends">
<h3>Friends: 5</h3>
<a href="./sandrine-c-gomez.html">Sandrine C Gomez</a>
<a href="./bettie-c-bush.html">Bettie C Bush</a>
<a href="./carol-d-fischer.html">Carol D Fischer</a>
<a href="./bob-t-harrison.html">Bob T Harrison</a>
<a href="./sarah-b-wagner.html">Sarah B Wagner</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./john-h-washington.html">John H Washington</a><br/>
<span>My ,,,^.,.^,,, it is for you @>---</span>
</div>
<div>
<a href="./jennie-h-wilson.html">Jennie H Wilson</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>