-
Notifications
You must be signed in to change notification settings - Fork 1
/
features.html
36 lines (30 loc) · 1.31 KB
/
features.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
<html>
<head>
<title>Prototype Edition: The Comic Book</title>
<!--metadata-->
<meta name="title" content="Prototype Edition: The Comic Book"></meta>
<meta name="rating" content="General"></meta>
<meta name="distribution" content="Global"></meta>
<meta name="robots" content="index,follow"></meta>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<!--metadata-->
<link href="css/comics.css" rel="stylesheet" type="text/css"></link>
<style type="text/css">
<!--
-->
</style>
<head>
<body>
<div class="menu"><img src="images/menubuttonssized.jpg" height=39 width=498 usemap="#map" border="none"></img>
<a name="#map">
<map name="map">
<area shape="9,9,63,25" href="http://www.nfl.com" alt="NFL" coords="9,9,63,25">
<area shape="114,11,200,27" href="http://www.nfl.com" alt="NFL" coords="114,11,200,27">
<area shape="241,10,282,25" href="http://www.nfl.com" alt="NFL" coords="241,10,282,25">
<area shape="336,10,378,27" href="http://www.nfl.com" alt="NFL" coords="336,10,378,27">
<area shape="423,8,479,25" href="http://www.nfl.com" alt="NFL" coords="423,8,479,25">
</map>
</a>
</div>
</body>
</html>