<html>
<head>
<title>Site Web favoris</title>
</head>
<frameset cols=20%,80%>
<frame src="frame.html" name="cotegauche">
<frame src="framed.html"
name="cotedroit">
</frameset>
<body>
</body>
<noframes>
<a href="index.html">Cliquez ici</a>
</noframes>
</html>