saudade/petz5world/litterz/litterz1.php
punkfairie cfe096aaf0 oof
2022-11-12 16:18:06 -08:00

145 lines
No EOL
3.3 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- from source -->
<meta name="keywords" content="Dogz 5, images, litterz, adoption, cocker spaniels">
<meta name="description" content="These are my litterz up for adoption. To adopt email me at
lilmisschrissy9@hotmail.com">
<!-- -->
<title>Petz 5 litterz for adoption</title>
<link rel="stylesheet" href="../style/style.css">
<!-- individual page style -->
<style>
body {
color: #63c;
background-color: #fcf;
}
a { color: #6ff; }
a:active { color: #3ff; }
a:visited { color: #639; }
h3 {
font-size: 24px;
color: #609;
font-weight: normal;
}
</style>
</head>
<body>
<?php include '../../_menu.php'; ?>
<h2>
<!-- My litterz -->
<em class="r">M</em><em class="y">y</em>
<em class="b">l</em><em class="p">i</em><em class="r">t</em><em class="y">t</em><em class="g">e</em><em class="b">r</em><em class="p">z</em>
</h2>
<p>
Welcome to my litterz page. These are some of the petz that are currently available from my
site. If you like the look of one of my cute puppies, email me at
www.lilmisschrissy9@hotmail.com and i will send the puupy to you (don't forget to include your
own email address) All of these dogz are puppies. Enjoy!
</p>
<h3>Biscuit (Male)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Biscuit photo</i>
</p>
<p>
This is Biscuit. He is a third generation puppy. A cross between a labrodour and a jack russell
</p>
<h3>Doodle (Female)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Doodle photo</i>
</p>
<p>
This is doodle she is also a third generation puppy who is a mix between a jack russell and a
labrodor
</p>
<h3>Blossom (Female)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Blossom photo</i>
</p>
<p>
This is blossom, she is a third generation puppy. A cross between a labrador and a jack russell
</p>
<h3>Family Tree</h3>
<p class="missing-asset inline-block">
<i>missing:<br>
Ben photo</i>
</p>
<p class="missing-asset inline-block">
<i>missing:<br>
bindi photo</i>
</p>
<p>
This is Ben the labrador and bindi the jack russell, they are the grandparents of this litter
</p>
<p class="missing-asset inline-block">
<i>missing:<br>
Sammy photo</i>
</p>
<img src="img/litterz1_snowie2.bmp">
<p>
This is Sammy the labrador and snowie, the daughter of Bindi and Ben. They are this litterz
parents.
</p>
<div style="color: #000;">
<h3 style="color: #000;">Adoption Form</h3>
<p>Your name</p>
<p>&nbsp;</p>
<input type="text" name="foo" size="20">
<p>Name of puppy/puppies</p>
<p>&nbsp;</p>
<input type="text" name="foo" size="20">
<p>Why you would like the puppy (optional)</p>
<textarea name="name" rows="8" ols="40"></textarea>
<br><br>
<input type="submit" value="submit"><input type="Reset">
<p class="small">
If the form submit button dosen't work, please email me by clicking on the link below
</p>
<p class="small">
<a href="litterz2.php">Next</a>
</p>
<p class="small">
<a href="../home.php">Back</a>
</p>
<p class="small">
Email: <a href="mailto:lilmisschrissy9@hotmail.com">lilmisschrissy9@hotmail.com</a>
</p>
</div>
</body>
</html>