-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanthony-p-ford.html
43 lines (42 loc) · 1.79 KB
/
anthony-p-ford.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
<!doctype html>
<html>
<head>
<title>Anthony P Ford 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 P Ford</h1>
<p class="birthday">Born: 9/26/1998</p>
<p class="occupation">Occupation: Director</p>
<p class="wealth">Net worth: $200</p>
<div class="friends">
<h3>Friends: 3</h3>
<a href="./jason-g-eisenhower.html">Jason G Eisenhower</a>
<a href="./paulina-v-perez.html">Paulina V Perez</a>
<a href="./jessica-v-fischer.html">Jessica V Fischer</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./linda-o-clinton.html">Linda O Clinton</a><br/>
<span>Can you break the Caesar Cipher at CodeAbbey?</span>
</div>
<div>
<a href="./sharon-w-schmidt.html">Sharon W Schmidt</a><br/>
<span>It is raining for a week already, gonna hate this place!</span>
</div>
<div>
<a href="./sarah-d-ford.html">Sarah D Ford</a><br/>
<span>These news fron NNC are damn boring...</span>
</div>
<div>
<a href="./kim-z-grant.html">Kim Z Grant</a><br/>
<span>Going to Cinematic Theatre on weekend - will you join?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>