-
Notifications
You must be signed in to change notification settings - Fork 0
/
anthony-h-tyler.html
40 lines (39 loc) · 1.59 KB
/
anthony-h-tyler.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
<!doctype html>
<html>
<head>
<title>Anthony H Tyler 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 H Tyler</h1>
<p class="birthday">Born: 3/5/1994</p>
<p class="occupation">Occupation: Teacher</p>
<p class="wealth">Net worth: $5'000'000</p>
<div class="friends">
<h3>Friends: 4</h3>
<a href="./ken-s-becker.html">Ken S Becker</a>
<a href="./dan-a-truman.html">Dan A Truman</a>
<a href="./linda-s-polk.html">Linda S Polk</a>
<a href="./rich-e-hoover.html">Rich E Hoover</a>
</div>
<div class="wall">
<h3>The Wall</h3>
<div>
<a href="./mike-h-taft.html">Mike H Taft</a><br/>
<span>Can you break the Caesar Cipher at CodeAbbey?</span>
</div>
<div>
<a href="./helen-s-gomez.html">Helen S Gomez</a><br/>
<span>Congrats on Wedding!</span>
</div>
<div>
<a href="./ron-c-klein.html">Ron C Klein</a><br/>
<span>Have you solved last problem at ProjectEuler?</span>
</div>
</div>
<div class="clear"> </div>
<div class="footer">Copyright info omitted</div>
</div>
</body>