saudade/carolyns_creations/carolyns_creations.html

64 lines
1.2 KiB
HTML
Raw Permalink Normal View History

<html lang="en">
<head>
2023-07-07 16:02:16 -07:00
<title>Carolyn's Creations</title>
2023-07-07 16:02:16 -07:00
<!-- archive menu -->
<script src="/menu.js?@root" type="module"></script>
2023-07-07 16:02:16 -07:00
<!-- polyfills -->
<script src="/polyfills.js?@root" type="module"></script>
<style>
html {
--color: white;
--background-color: #202020;
background-color: var(--background-color);
text-align: center;
color: var(--color);
font-family: 'Comic Sans MS', serif;
font-size: 1em;
}
p {
padding-top: 10px;
padding-bottom: 10px;
}
a {
color: white;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: white;
text-decoration: none;
}
a:active {
color: white;
text-decoration: none;
}
a:hover {
color: #ffff40;
text-decoration: line-through;
cursor: ne-resize;
}
</style>
</head>
<body>
<div class="content">
2023-07-07 16:02:16 -07:00
<p>Welcome to Carolyn's Creations!<br>
<a href="/frames/">Enter frames</a> or <a href="/noframes/">No
2023-07-07 16:02:16 -07:00
Frames</a></p>
2023-07-07 16:02:16 -07:00
<img src="cc-welcome.gif"
alt="Image showing several exotic Petz, Oddballz, and a Babyz.">
2023-07-07 16:02:16 -07:00
<p>Petz, Babyz, Oddballz, Tutorials and More!</p>
</div>
</body>
</html>