]> Pileus Git - ~andy/ct/blob - gallery/old/frames.php
Add old version of gallery using php
[~andy/ct] / gallery / old / frames.php
1 <html>
2         <frameset rows="20, *">
3                 <frame name="head" src="head.php">
4                 <frameset cols="240,*">
5                         <frame name="nav" src="nav.php">
6                         <frame name="content" src="content.php">
7                 </frameset>
8         </frameset>
9 </html>