121 lines
3.4 KiB
PHP
121 lines
3.4 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 { background-color: #9fc; }
|
||
|
|
||
|
a { color: #09f; }
|
||
|
a:active { color: #0cf; }
|
||
|
a:visited { color: #0cf; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<?php include '../../_menu.php'; ?>
|
||
|
|
||
|
<h1>
|
||
|
<!-- Litterz Page 4 -->
|
||
|
<em class="r">L</em><em class="y">i</em><em class="g">t</em><em class="b">t</em><em
|
||
|
class="p">e</em><em class="r">r</em><em class="y">z</em>
|
||
|
<em class="g">P</em><em class="b">a</em><em class="p">g</em><em class="r">e</em>
|
||
|
<em class="y">4</em>
|
||
|
</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.php">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.php">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.php">here</a></p>
|
||
|
|
||
|
<h1>
|
||
|
<!-- Family Tree -->
|
||
|
<em class="r">F</em><em class="y">a</em><em class="g">m</em><em class="b">i</em><em
|
||
|
class="p">l</em><em class="r">y</em>
|
||
|
<em class="y">T</em><em class="g">r</em><em class="b">e</em><em class="p">e</em>
|
||
|
</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</h3>
|
||
|
|
||
|
<p>Your name</p>
|
||
|
<p> </p>
|
||
|
<input type="text" name="foo" size="20">
|
||
|
|
||
|
<p>Name of puppy/puppies</p>
|
||
|
<p> </p>
|
||
|
<input type="text" name="foo" size="20">
|
||
|
|
||
|
<p>Why you would like the puppy (optional)</p>
|
||
|
<textarea name="name" rows="8" ols="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="litterz3.php">next</a>
|
||
|
</p>
|
||
|
|
||
|
<p class="small">
|
||
|
<a href="litterz4.php">back</a>
|
||
|
</p>
|
||
|
|
||
|
<p class="small">
|
||
|
Email: <a href="mailto:lilmisschrissy9@hotmail.com">lilmisschrissy9@hotmail.com</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|