-
Notifications
You must be signed in to change notification settings - Fork 0
/
bettie-c-bush.html
34 lines (33 loc) · 1.26 KB
/
bettie-c-bush.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
<!doctype html>
<html>
<head>
<title>Bettie C Bush 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 C Bush</h1>
<p class="birthday">Born: 11/6/1972</p>
<p class="occupation">Occupation: Manager</p>
<p class="wealth">Net worth: $17'000</p>
<div class="friends">
<h3>Friends: 2</h3>
<a href="./steve-u-carter.html">Steve U Carter</a>
<a href="./paul-i-schmidt.html">Paul I Schmidt</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./jessica-u-hayes.html">Jessica U Hayes</a><br/>
<span>Hey, Dude! Write something on my wall!</span>
</div>
<div>
<a href="./pat-m-hayes.html">Pat M Hayes</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>