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

163 lines
4.2 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 {
--background-color: #9fc;
}
a {
color: #09f;
}
a:active {
color: #0cf;
}
a:visited {
color: #0cf;
}
</style>
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
</head>
<body>
<h1>
<!-- Litterz Page 4 -->
<i class="r">L</i><i class="y">i</i><i class="g">t</i><i class="b">t</i
><i class="p">e</i><i class="r">r</i><i class="y">z</i> <i class="g">P</i
><i class="b">a</i><i class="p">g</i><i class="r">e</i>
<i class="y">4</i>
</h1>
<p>
Welcome to page 4 of my litterz. This page is for the litterz that belong
to my sister. To adopt any of these puppies, email me at
lilmisschrissy9@hotmail.com or click on the link at the bottom of this
page
</p>
<h1>Cookie (Male)</h1>
<p class="missing-asset display-table">
<i
>missing:<br />
Cookie photo</i
>
</p>
<p>
This is Cookie, he is a cross between a flare buck, a cocker spaniel and a
dalmation. To adopt Cookie you will need to download the cocker
spaniel-parti and the flare buck breed files available
<a href="/breeds/breeds/">here</a>
</p>
<h1>Frostie (Male)</h1>
<p class="missing-asset display-table">
<i
>missing:<br />
Frostie photo</i
>
</p>
<p>
This is Frostie, he is from the same litter as cookie but you will only
need the cocker spaniel-parti breed file to adopt him. Available
<a href="/breeds/breeds/">here</a>
</p>
<h1>Santa (Male)</h1>
<p class="missing-asset display-table">
<i
>missing:<br />
Santa photo</i
>
</p>
<p>
This is santa, he is from the same litter as cookie and you will need both
breed files to adopt him. Available <a href="/breeds/breeds/">here</a>
</p>
<h1>
<!-- Family Tree -->
<i class="r">F</i><i class="y">a</i><i class="g">m</i><i class="b">i</i
><i class="p">l</i><i class="r">y</i> <i class="y">T</i><i class="g">r</i
><i class="b">e</i><i class="p">e</i>
</h1>
<p class="missing-asset inline-block">
<i
>missing:<br />
peach photo</i
>
</p>
<p class="missing-asset inline-block">
<i
>missing:<br />
coco pop photo</i
>
</p>
<p>
This peach the flare buck and coco pop the cocker spaniel pari, they are
the grandparents of this litter.
</p>
<p class="missing-asset inline-block">
<i
>missing:<br />
watsit photo</i
>
</p>
<p class="missing-asset inline-block">
<i
>missing:<br />
spot photo</i
>
</p>
<div style="color: #000">
<h2 style="font-weight: normal">Adoption Form</h2>
<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 />
<p style="text-align: left"><input type="submit" value="Submit" /></p>
<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="/litterz/litterz3/">next</a></p>
<p class="small"><a href="/litterz/litterz4/">back</a></p>
<p class="small">
Email:
<a href="mailto:lilmisschrissy9@hotmail.com"
>lilmisschrissy9@hotmail.com</a
>
</p>
</div>
</body>
</html>