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:
|
<html>
<head>
<title> </title>
</head>
<body>
<div id="Layer1" style="position: absolute; left: 64px; top: 144px;">
<iframe src="homemenu.html" name="menu" width="134" height="330" frameborder=0 scrolling="auto" noresize style="border: 0px" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 217px; top: 140px;">
<iframe src="home.html" name="frame" width="525" height="269" frameborder=0 scrolling="auto" noresize style="border: 0px" ;>
</iframe>
</div>
<img name="desi0" src="desi.png" width="1000" height="600" border="0" usemap="#desi" alt="" />
<map name="desi">
<area shape="rect" coords="677,88,800,132" href="login.html" target="frame" alt="">
<area shape="rect" coords="740,531,825,590" href="hof.html" target="menu" alt="">
<area shape="rect" coords="617,534,731,589" href="gaeste.html" target="menu" alt="">
<area shape="rect" coords="499,537,605,584" href="home.html" target="menu" alt="">
</map>
</body>
</html>
|