-
Notifications
You must be signed in to change notification settings - Fork 0
/
bettie-z-reagan.html
37 lines (36 loc) · 1.47 KB
/
bettie-z-reagan.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>Bettie Z Reagan 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 Z Reagan</h1>
<p class="birthday">Born: 1/7/1999</p>
<p class="occupation">Occupation: Teacher</p>
<p class="wealth">Net worth: $500'000'000</p>
<div class="friends">
<h3>Friends: 5</h3>
<a href="./linda-j-quincy.html">Linda J Quincy</a>
<a href="./index.html">John X Doe</a>
<a href="./chris-v-gomez.html">Chris V Gomez</a>
<a href="./lisa-u-washington.html">Lisa U Washington</a>
<a href="./jessica-i-taft.html">Jessica I Taft</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./donna-n-kennedy.html">Donna N Kennedy</a><br/>
<span>Congrats on Wedding!</span>
</div>
<div>
<a href="./john-x-schmidt.html">John X Schmidt</a><br/>
<span>May I borrow your car tomorrow?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>