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

114 lines
2.5 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: #33f;
--background-color: #cff;
}
a {
color: #30f;
}
a:active {
color: #f9c;
}
a:visited {
color: #639;
}
/* hell */
i.r {
color: #f03;
font-style: normal;
}
i.o {
color: #f93;
font-style: normal;
}
i.y {
color: #ff0;
font-style: normal;
}
i.g {
color: #9c6;
font-style: normal;
}
i.b {
color: #66c;
font-style: normal;
}
i.p {
color: #93c;
font-style: normal;
}
</style>
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
</head>
<body>
<h1>
<!-- Litterz page 5 -->
<i class="r">L</i><i class="o">i</i><i class="y">t</i><i class="g">t</i
><i class="b">e</i><i class="p">r</i><i class="r">z</i> <i class="o">p</i
><i class="y">a</i><i class="g">g</i><i class="b">e</i>
<i class="p">5</i>
</h1>
<p>
This is the page where you will find mainly cocker spaniel and cocker
spaniel parti puppies as these are my favourite breeds at the moment. If
you would like to adopt a puppy please email me using the link at the
bottom of the page.
</p>
<h2>Annie (female)</h2>
<p class="missing-asset display-table">
<i
>missing:<br />
Annie photo</i
>
</p>
<p>
Annie is a cocker spaniel puppy. do adopt her you will need the cocker
spaniel breed file available on my downloadz page.
</p>
<h1>Bobby (Male)</h1>
<p class="missing-asset display-table">
<i
>missing:<br />
Bobby photo</i
>
</p>
<p>
bobby is a cocker spaniel puppy from the same litter as Annie do adopt him
you will need the cocker spaniel breed file available on my downloadz page
</p>
<div style="text-align: left">
<p style="text-align: center" class="missing-asset inline-block">
<i
>missing:<br />
Neopets banner</i
>
</p>
</div>
</body>
</html>