-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFace.html
More file actions
40 lines (39 loc) · 1.52 KB
/
Face.html
File metadata and controls
40 lines (39 loc) · 1.52 KB
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>
<link rel="stylesheet"
href="style.css">
<head>
<title>
The A Team!
</title>
</head>
<body>
<header>
<img src="Face.png">
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Hannibal.html">Hannibal</a></li>
<li><a href="Murdoc.html">Murdoc</a></li>
<li><a href="ateam.html">Mr.T</a></li>
<li><a href="Face.html">Face</a></li>
</ul>
</nav>
<main>
<article>
<h2></h2>
<p>
Templeton "Faceman" Peck: Master of the Persuasive Arts. The team's scrounger, he can get virtually anything he sets his mind to, usually exploiting women with sympathy-appeal and flirtation. However, he is not without integrity, as stated by Murdock in the episode "Family Reunion": "He would rip the shirt off his back for you, and then scam one for himself." Faceman is also the A-Team's accountant. He dresses suavely, often appearing in suits. Faceman carries a Colt Lawman Mk III revolver for protection, and drives a white Corvette with orange trim.1
</p>
</article>
</main>
<aside>
</aside>
<footer>
UPCOMING EVENTS!
In September 2015, Fox announced that they were developing a reboot A-Team series with Chris Morgan as executive producer with Cannell's daughter, Tawnia McKiernan, and Albert Kim writing. The team is to be made up of both male and female characters.
<img src="Boom.png">
</footer>
</body>
</html>