Blame frames/frames.htm

Packit Service 4c4772
<html>
Packit Service 4c4772
<head>
Packit Service 4c4772
<title>Frames Example</title>
Packit Service 4c4772
<LINK REL="STYLESHEET" TYPE="text/css" HREF="docbook.css">
Packit Service 4c4772
</head>
Packit Service 4c4772
<frameset COLS="20%,*">
Packit Service 4c4772
    <frame SRC="toc.htm" NAME="TOC">
Packit Service 4c4772
    <frameset ROWS="*,25">
Packit Service 4c4772
       <frame SRC="book1.htm"   NAME="BODY">
Packit Service 4c4772
       
Packit Service 4c4772
              marginheight=0 marginwidth=10 scrolling="no" >
Packit Service 4c4772
    </frameset>
Packit Service 4c4772
<noframes>
Packit Service 4c4772
<body>
Packit Service 4c4772
Your browser does not support frames.
Packit Service 4c4772
</body>
Packit Service 4c4772
</noframes>
Packit Service 4c4772
</frameset>
Packit Service 4c4772
</html>