saudade/carolyns_creations/frames/index.html
2023-07-07 15:25:36 -07:00

20 lines
1.1 KiB
HTML

<html lang="en">
<head>
<title>Carolyn's Creations</title>
<style>html{--color:#fff;--background-color:#202020;background-color:#202020;background-color:var(--background-color);color:#fff;color:var(--color);font-family:Comic Sans MS,serif;font-size:1em;text-align:center}p{padding-bottom:10px;padding-top:10px}a{font-weight:700}a,a:active,a:visited{color:#fff;-webkit-text-decoration:none;text-decoration:none}a:hover{color:#ffff40;cursor:ne-resize;-webkit-text-decoration:line-through;text-decoration:line-through}</style>
</head>
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag, HtmlUnknownAttribute -->
<frameset cols="175,*">
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag, HtmlDeprecatedAttribute -->
<frame src="../menu/menu.html" scrolling="auto" name="menu"></frame>
<!--suppress XmlDeprecatedElement, HtmlDeprecatedAttribute, HtmlDeprecatedTag -->
<frame src="../main/main.html" name="main"></frame>
</frameset>
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag -->
<noframes>
Your Browser Does Not Support Frames. Please use the
<a href="/noframes/">UnFramed version</a>.
</noframes>
</html>