saudade/Carolyns_Creations/frames/index.php

14 lines
349 B
PHP
Raw Normal View History

2022-11-12 16:18:06 -08:00
<html>
<head>
<title>Carolyn's Creations</title>
</head>
<frameset cols="175,*">
<frame src="menu.html" scrolling="auto" name="menu"></frame>
<frame src="main.php" name="main"></frame>
</frameset>
<noframes>
Your Browser Does Not Support Frames. Please use the
<a href="../noframes/index.php">UnFramed version</a>.
</noframes>
</html>