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:
|
<html>
<head>
<title>Dance Galaxy Essen</title>
</head>
<body style="background-color: #000000;">
<img src="design.png">
<div id="Layer1" style="position: absolute;left: 60px; top: 386px;">
<iframe src="menue.html" name="menue" width="152" height="300" overflow="auto" noresize="" style="border: 0px none ;" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute;left: 328px; top 49px;">
<iframe src="home.php" name="home" width="675" height="453" overflow="auto" noresize="" style="border: 0px none ;" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
|