-
Notifications
You must be signed in to change notification settings - Fork 0
/
bettie-i-hayes.html
45 lines (44 loc) · 1.95 KB
/
bettie-i-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
38
39
40
41
42
43
44
45
<!doctype html>
<html>
<head>
<title>Bettie I 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>Bettie I Hayes</h1>
<p class="birthday">Born: 6/3/1990</p>
<p class="occupation">Occupation: Tycoon</p>
<p class="wealth">Net worth: $500</p>
<div class="friends">
<h3>Friends: 5</h3>
<a href="./mike-s-truman.html">Mike S Truman</a>
<a href="./charlie-i-taft.html">Charlie I Taft</a>
<a href="./chris-y-tyler.html">Chris Y Tyler</a>
<a href="./kevin-i-grant.html">Kevin I Grant</a>
<a href="./michelle-m-fillmore.html">Michelle M Fillmore</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./rich-v-schneider.html">Rich V Schneider</a><br/>
<span>May I borrow your car tomorrow?</span>
</div>
<div>
<a href="./bill-r-schneider.html">Bill R Schneider</a><br/>
<span>Sorry could not answer, had a day at the races and night in the opera</span>
</div>
<div>
<a href="./anthony-c-schmidt.html">Anthony C Schmidt</a><br/>
<span>Hey, Dude! Write something on my wall!</span>
</div>
<div>
<a href="./george-x-schneider.html">George X Schneider</a><br/>
<span>Can you break the Caesar Cipher at CodeAbbey?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>