148 lines
4.3 KiB
HTML
148 lines
4.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Petz 5 Hosts</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
|
|
<!-- saudade includes -->
|
|
<script src="/saudade.js?@root" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<div class="green bigger center">
|
|
<p>
|
|
<b>Petz 5 Hosts Adoptable</b><br />
|
|
Click photo or name to download.<br />
|
|
Please note -- these are the Hosts, exactly as they were made by the
|
|
game's creators. They were of course never intended to have a "normal"
|
|
petz life in the game, without their special clothes. I wanted you to
|
|
have the real Hosts, so I made no changes. If you don't like Bear's back
|
|
legs, or Wyatt's ears and wrists, or the way Peg and Pharaoh look, then
|
|
I suggest that you either adopt a different pet instead or always keep
|
|
their proper clothes on. Also note, I have not included the Bunny and
|
|
Pig Hosts; you can adopt them from the Adoption Centre using my special
|
|
breedfiles.
|
|
</p>
|
|
|
|
<table style="width: 50%; margin: 0 auto; border: 0">
|
|
<tr>
|
|
<td>
|
|
<img
|
|
src="Pharaoh5.gif"
|
|
alt="Host Pharaoh"
|
|
width="320"
|
|
height="224"
|
|
/>
|
|
<br />
|
|
<a href="Pharaoh_c5.zip" title="Download Pharaoh for Petz 5"
|
|
>Pharaoh for Catz 5</a
|
|
>
|
|
</td>
|
|
<td>
|
|
<img
|
|
src="TheAdmiral5.gif"
|
|
alt="The Admiral"
|
|
width="320"
|
|
height="224"
|
|
/><br />
|
|
<a href="TheAdmiral_d5.zip" title="Download The Admiral for Petz 5"
|
|
>The Admiral for Dogz 5</a
|
|
>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<img src="BearHost5.gif" alt="Host Bear" width="320" height="224" />
|
|
<br />
|
|
<a href="Bear_d5.zip" title="Download Bear for Petz 5"
|
|
>Host Bear for Dogz 5</a
|
|
>
|
|
</td>
|
|
<td>
|
|
<img
|
|
src="Jones5.gif"
|
|
alt="Host Jones"
|
|
width="320"
|
|
height="224"
|
|
/><br />
|
|
<a href="Jones_d5.zip" title="Download Jones for Petz 5"
|
|
>Jones for Dogz 5</a
|
|
>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<img
|
|
src="Misha5.gif"
|
|
alt="Host Misha"
|
|
width="320"
|
|
height="224"
|
|
/><br />
|
|
<a href="Misha_d5.zip" title="Download Misha for Petz 5"
|
|
>Misha the Jack Russell for Dogz 5</a
|
|
>
|
|
</td>
|
|
<td>
|
|
<img
|
|
src="Mitzy5.gif"
|
|
alt="Host Mitzy"
|
|
width="320"
|
|
height="224"
|
|
/><br />
|
|
<a href="Mitzy_c5.zip" title="Download Mitzy for Petz 5"
|
|
>Mitzy for Catz 5</a
|
|
>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<img src="Peg5.gif" alt="Host Peg" width="320" height="224" /><br />
|
|
<a href="Peg_c5.zip" title="Download Peg for Petz 5"
|
|
>Peg for Catz 5</a
|
|
>
|
|
</td>
|
|
<td>
|
|
<img
|
|
src="Pepe5.gif"
|
|
alt="Host Pepe"
|
|
width="320"
|
|
height="224"
|
|
/><br />
|
|
<a href="Pepe_d5.zip" title="Download Pepe for Petz 5"
|
|
>Pepe for Dogz 5</a
|
|
>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<img
|
|
src="Bailey5.gif"
|
|
alt="Ringmaster Bailey"
|
|
width="320"
|
|
height="224"
|
|
/><br />
|
|
<a href="Bailey_c5.zip" title="Download Bailey for Petz 5"
|
|
>Ringmaster Bailey for Catz 5</a
|
|
>
|
|
</td>
|
|
<td>
|
|
<img
|
|
src="Wyatt5.gif"
|
|
alt="Host Wyatt"
|
|
width="320"
|
|
height="224"
|
|
/><br />
|
|
<a href="Wyatt_c5.zip" title="Download Wyatt for Petz 5"
|
|
>Wyatt for Catz 5</a
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|