1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!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>Unbenanntes Dokument</title>
</head>
<body>
<img src="http://www.smutka.com/includes/media/startbild.gif" alt="startbild" width="700" height="500" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="poly" coords="16,101" href="#" />
<area shape="poly" coords="15,226,15,11,328,10,335,139,270,163,260,177,248,196,245,210,243,226,244,233" href="http://www.url1.de" alt="" />
<area shape="poly" coords="648,14" href="#" />
<area shape="poly" coords="370,12,681,9,688,238,455,234,420,160,402,151,386,137,377,138,370,140" href="http://www.url2.de" />
<area shape="poly" coords="547,377" href="#" />
<area shape="poly" coords="684,476" href="#" />
<area shape="poly" coords="369,483,680,484,681,267,447,262,424,310,402,325,381,335,366,340" href="http://www.url3.de" alt="" />
<area shape="poly" coords="16,263,17,483,331,485,335,341,278,315,259,285,249,263" href="http://www.url4.de" alt="" />
<area shape="circle" coords="347,239,98" href="http://www.url5.de" />
</map>
</html>
|