20 lines
No EOL
485 B
PHP
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> |