saudade/petz5world/litterz/litterz3/litterz3.html
2023-12-10 20:37:03 -08:00

158 lines
3.7 KiB
HTML

<!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="/petz5world.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>
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
</head>
<body>
<h2>
<!-- My litterz 3 -->
<i class="r">M</i><i class="y">y</i> <i class="b">l</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">3</i>
</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="litterz3_P0315054.JPG" />
</p>
<h3>Molly (Female)</h3>
<img src="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="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>
<!--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 style="font-size: 18px">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" />
</div>
<p><a href="/litterz/litterz5/">Next</a></p>
<p><a href="/litterz/litterz2/">Back</a></p>
<p>
Email:
<a href="mailto:lilmisschrissy9@hotmail.com"
>lilmisschrissy9@hotmail.com</a
>
</p>
</body>
</html>