forked from jamietre/ImageMapster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 813 Bytes
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ImageMapster Examples</title>
</head>
<body>
<div>
<h1>ImageMapster Examples</h1>
</div>
<div>
<ul>
<li><a href="altimages.html">Alt Images</a></li>
<li><a href="shapes-ie.html">Shapes IE</a></li>
<li><a href="shapes.html">Shapes</a></li>
<li><a href="tooltips.html">Tooltips</a></li>
<li><a href="usa.html">USA</a></li>
<li><a href="vegetables.html">Vegetables</a></li>
<li><a href="multiple-maps.html">Multiple Maps</a></li>
</ul>
</div>
</body>
</html>