-
Notifications
You must be signed in to change notification settings - Fork 0
/
anthony-t-sanchez.html
35 lines (34 loc) · 1.4 KB
/
anthony-t-sanchez.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
<!doctype html>
<html>
<head>
<title>Anthony T Sanchez 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 T Sanchez</h1>
<p class="birthday">Born: 6/11/1958</p>
<p class="occupation">Occupation: Student</p>
<p class="wealth">Net worth: $1'100'000</p>
<div class="friends">
<h3>Friends: 3</h3>
<a href="./tom-z-mckinley.html">Tom Z McKinley</a>
<a href="./jeff-k-garfield.html">Jeff K Garfield</a>
<a href="./josh-a-grant.html">Josh A Grant</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./george-m-mckinley.html">George M McKinley</a><br/>
<span>It is raining for a week already, gonna hate this place!</span>
</div>
<div>
<a href="./paul-v-arthur.html">Paul V Arthur</a><br/>
<span>Sorry could not answer, had a day at the races and night in the opera</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>