1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html >
<head>
<bgsound loop=3 src="Musiques/principal.mp3" />
</head>
<frameset cols="155,*" >
<frameset rows="80,200,*">
<frame name="left_Haut" id="left_Haut" src="P.php" marginwidth="10" marginheight="10" scrolling= "no"/>
<frame name="left" id="left" src="Menu_Gauche.html" marginwidth="10" marginheight="10" scrolling= "no"/>
<frame name="left_bas" id="left_bas" src="Menu_Gauche.html" marginwidth="10" marginheight="10" scrolling= "no"/>
</frameset>
<frameset rows="80,*">
<frame name="Bandeau" id="Bandeau" src="hidden/Bandeau.php" marginwidth="10" marginheight="10" scrolling= "no"/>
<frame name="principale" id ="principale" src="Vide.html" marginwidth="10" marginheight="10" scrolling=auto />
</frameset>
</frameset>
</html> |