saudade/carolyns_creations/frames/index.html

19 lines
687 B
HTML
Raw Normal View History

2023-07-07 15:25:36 -07:00
<html lang="en">
<head>
2023-07-07 16:02:16 -07:00
<title>Carolyn's Creations</title>
2023-07-07 15:25:36 -07:00
</head>
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag, HtmlUnknownAttribute -->
<frameset cols="175,*">
2023-07-07 16:02:16 -07:00
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag, HtmlDeprecatedAttribute -->
<frame src="../menu/index.html" scrolling="auto" name="menu"></frame>
<!--suppress XmlDeprecatedElement, HtmlDeprecatedAttribute, HtmlDeprecatedTag -->
<frame src="../main/index.html" name="main"></frame>
2023-07-07 15:25:36 -07:00
</frameset>
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag -->
<noframes>
2023-07-07 16:02:16 -07:00
Your Browser Does Not Support Frames. Please use the
<a href="/carolyns_creations/noframes/">UnFramed version</a>.
2023-07-07 15:25:36 -07:00
</noframes>
</html>