-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbarbara-w-hayes.html
36 lines (35 loc) · 1.42 KB
/
barbara-w-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
<!doctype html>
<html>
<head>
<title>Barbara W 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>Barbara W Hayes</h1>
<p class="birthday">Born: 12/18/1981</p>
<p class="occupation">Occupation: Director</p>
<p class="wealth">Net worth: $3'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./pat-n-adams.html">Pat N Adams</a>
<a href="./james-c-pierce.html">James C Pierce</a>
<a href="./donna-w-grant.html">Donna W Grant</a>
<a href="./karen-w-polk.html">Karen W Polk</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./john-p-schmidt.html">John P Schmidt</a><br/>
<span>Hey, Dude! Write something on my wall!</span>
</div>
<div>
<a href="./jason-n-clinton.html">Jason N Clinton</a><br/>
<span>Have you solved last problem at ProjectEuler?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>