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

109 lines
No EOL
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: #f90;
background-color: #ff9;
}
a { color: #f60; }
a:active { color: #f30; }
a:visited { color: #f96; }
h3 {
font-size: 24px;
font-weight: normal;
color: #9f6;
}
</style>
</head>
<body>
<?php include '../../_menu.php'; ?>
<h2>
<!-- My litterz 3 -->
<em class="r">M</em><em class="y">y</em>
<em class="b">l</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>
<em class="r">3</em>
</h2>
<p>This is the third page of my litterz, as you will have guessed by now, i have a lot of puppies
that need good homes. All my dogs are puppies unless it says otherwise. To adopt a puppy or litter,
email me at lilmisschrissy9@hotmail.com <img src="img/litterz3_P0315054.JPG"></p>
<h3>Molly (Female)</h3>
<img src="img/litterz3_molly1.bmp">
<p>This is molly she is a cross between a jack russell, a labrador and a dachshund</p>
<h3>Sooty (Male)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Sooty photo</i>
</p>
<p>This is Molly's brother sooty, a cross between a labrador, a jack russell and a dachshund.</p>
<h3>Mo (Male)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Mo photo</i>
</p>
<p>This is molly's brother Mo. A cross between a labrador, a jackrussell and a dachshund.</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>
<img src="img/litterz3_Chuckie1.bmp">
<p class="missing-asset inline-block">
<i>missing:<br>
Daisy photo</i>
</p>
<p>This is Chuckie, the son of Ben and Bindi, and Daisy the Dachshund, they are the parents of this
litter.</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 style="font-size: 18px;">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">
</div>
<p><a href="litterz5.php">Next</a></p>
<p><a href="litterz2.php">Back</a></p>
<p>Email: <a href="mailto:lilmisschrissy9@hotmail.com">lilmisschrissy9@hotmail.com</a></p>
</body>
</html>