68 lines
No EOL
1.8 KiB
PHP
68 lines
No EOL
1.8 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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="../style/style.css">
|
|
|
|
<!-- individual page style -->
|
|
<style>
|
|
body {
|
|
color: #33f;
|
|
background-color: #cff;
|
|
}
|
|
|
|
a { color: #30f; }
|
|
a:active { color: #f9c; }
|
|
a:visited { color: #639; }
|
|
|
|
/* hell */
|
|
em.r { color: #f03; }
|
|
em.o { color: #f93; font-style: normal; }
|
|
em.y { color: #ff0; }
|
|
em.g { color: #9c6; }
|
|
em.b { color: #66c; }
|
|
em.p { color: #93c; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php include '../../_menu.php'; ?>
|
|
|
|
<h1>
|
|
<!-- Litterz page 5 -->
|
|
<em class="r">L</em><em class="o">i</em><em class="y">t</em><em class="g">t</em><em
|
|
class="b">e</em><em class="p">r</em><em class="r">z</em>
|
|
<em class="o">p</em><em class="y">a</em><em class="g">g</em><em class="b">e</em>
|
|
<em class="p">5</em>
|
|
</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>
|