saudade/Carolyns_Creations/index.php
punkfairie cfe096aaf0 oof
2022-11-12 16:18:06 -08:00

20 lines
No EOL
485 B
PHP

<html>
<head>
<title>Carolyn's Creations</title>
<link rel="stylesheet" href="style/landing.css">
</head>
<body>
<?php include '../_menu.php'; ?>
<div class="content">
<p>Welcome to Carolyn's Creations!<br>
<a href="frames/index.php">Enter frames</a> or <a href="noframes/index.php">No Frames</a>
</p>
<img src="cc-welcome.gif" alt="Image showing several exotic Petz,
Oddballz, and a Babyz.">
<p>Petz, Babyz, Oddballz, Tutorials and More!</p>
</div>
</body>
</html>