saudade/petz5world/litterz/litterz2.html
2023-06-09 16:03:44 -07:00

176 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<!--suppress HtmlRequiredTitleElement -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- source did not have title -->
<link rel="stylesheet" href="../petz5world.css">
<!-- individual page style -->
<style>
body {
--color: #36f;
--background-color: #cff;
}
a { color: #00f; }
a:active { color: #ff9; }
a:visited { color: #309; }
h3 {
font-size: 24px;
font-weight: normal;
color: #f3c;
}
</style>
<script src="/menu.js" type="module"></script>
</head>
<body>
<p style="text-align: left;">z</p>
<h2>
<!-- My litterz 2 -->
<i class="r">M</i><i class="y">y</i>
<i class="b">l</i><i class="p">i</i><i class="r">t</i><i class="y">t</i><i class="g">e</i><i class="b">r</i><i
class="p">z</i>
<i class="r">2</i>
</h2>
<p>Welcome to page 2 of my litterz. As with the previous page, if you would like to adopt one of my puppies or an entire
litter, email me at lilmisschrissy9@hotmail.com.</p>
<p class="missing-asset display-table" style="width: 426px; height: 640px;">
<i>missing:<br>
photo</i>
</p>
<h3>Litter 1</h3>
<h3>Chocolate (Female)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Chocolate photo</i>
</p>
<p>This is chocolate, He is a mix between a jack russell, a labrador, a dachshund and a scottie.</p>
<h3>Noodle (Female)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Noodle photo</i>
</p>
<p>This is noodle, she is a mix between a jack russell, a labrador, a dachshund and a scottie.</p>
<h3>Litter 2</h3>
<h3>Apple (Female)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Apple photo</i>
</p>
<p>This is apple, she is a mix between a labrador, a jack russell, a dachshund and a scottie</p>
<h3>Cola (Female)</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Cola photo</i>
</p>
<p>This is cola, she is from the same litter as apple, she is a mix between a jack russell, a labrador, a dachshund, and
a scottie.</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 great-grandparents of this litter</p>
<img src="img/litterz2_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 grandparents of this litter</p>
<p class="missing-asset inline-block">
<i>missing:<br>
Jimmy photo</i>
</p>
<p class="missing-asset inline-block">
<i>missing:<br>
Maisie photo</i>
</p>
<p>This is Jimmy the son of Chuckie and Daisy and Maisie, the scottie, they are the parents of both of these litterz</p>
<h3>Tommy (male)*Adopted*</h3>
<p class="missing-asset display-table">
<i>missing:<br>
Tommy photo</i>
</p>
<p>This is tommy he is a cocker spaniel puppy. To adopt Tommy you will need the cocker spaniel breed files which are
available <a href="../breeds/breeds.html">here</a></p>
<h3>Family tree</h3>
<img src="img/litterz2_petz0.bmp">
<p>These are tommy's parents, they are both cocker spaniels. Flippy is the mother (black and white) and Fudge is the
father (goldren) Tommy is their first puppy.</p>
<p>Flippy and fudge also have three newborn puppies on my new litterz page.</p>
<div style="color: #000;">
<h3 style="color: #000;">Adoption Form</h3>
<p>Your name</p>
<p>&nbsp;</p>
<!--suppress HtmlFormInputWithoutLabel -->
<input type="text" name="foo" size="20">
<p>Name of puppy/puppies</p>
<p>&nbsp;</p>
<!--suppress HtmlFormInputWithoutLabel -->
<input type="text" name="foo" size="20">
<p>Why you would like the puppy (optional)</p>
<!--suppress HtmlFormInputWithoutLabel -->
<textarea name="name" rows="8" cols="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="litterz3.html">Next</a>
</p>
<p class="small">
<a href="litterz1.html">Back</a>
</p>
<p class="small">
Email: <a href="mailto:lilmisschrissy9@hotmail.com">lilmisschrissy9@hotmail.com</a>
</p>
<p class="missing-asset inline-block">
<i>missing:<br>
Neopets banner</i>
</p>
</div>
</body>
</html>