saudade/carolyns_creations/petz/petz2/c2breedz/c2breedz.html
2023-12-10 20:37:03 -08:00

149 lines
3.9 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<!-- from source -->
<title>Catz 2 Breedz</title>
<!-- end from source -->
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
</head>
<body>
<div class="big green center more-side-padding">
<p class="bigger">
<b>Catz 2 Breedz</b><br />
Click breed photo or name to download.
</p>
<p>
<a href="/sounds/sounds/" title="Go here to get sounds"
>Go here for Species sounds</a
><br />
Various Species or Fantasy breedz need sounds; if you want them to sound
right in your game, you will have to download the sounds as well.
</p>
</div>
<table class="center-table center green big">
<tr>
<td>
<a href="Appaloosa_c2.zip" title="Download Appaloosa for Catz 2">
<img src="Appaloosa.gif" alt="Appaloosa" /><br />
Appaloosa
</a>
</td>
<td>
<a href="Chickenz_c2.zip" title="Download Chickenz for Catz 2">
<img src="Chickenz.gif" alt="Chickenz" /><br />
Chickenz With "Eggz"</a
>
/
<a href="ChickenzNoEggz_c2.zip" title="Download Chickenz No Eggz"
>Without "Eggz"</a
>
</td>
</tr>
<tr>
<td>
<a href="Dragonair_c2.zip" title="Download Dragonair for Catz 2">
<img src="Dragonair.gif" alt="Dragonair" /><br />
Dragonair
</a>
</td>
<td>
<a href="Dynaroo_c2.zip" title="Download Dynaroo for Catz 2">
<img src="Dynaroo.gif" alt="Dynaroo" /><br />
Dynaroo
</a>
</td>
</tr>
<tr>
<td>
<a href="Grinnz_c2.zip" title="Download Grinnz for Catz 2">
<img src="Grinnz.gif" alt="Grinnz" /><br />
Grinnz
</a>
</td>
<td>
<a href="Himalayan_c2.zip" title="Download Himalayan for Catz 2">
<img src="Himalayan.gif" alt="Himalayan" /><br />
Himalayan
</a>
</td>
</tr>
<tr>
<td>
<a href="Honkbirdie_c2.zip" title="Download Honkbirdie for Catz 2">
<img src="Honkbirdie.gif" alt="Honkbirdie" /><br />
Honkbirdie
</a>
</td>
<td>
<a href="Honker_c2.zip" title="Download Honker for Catz 2">
<img src="Honker.gif" alt="Honker" /><br />
Honker
</a>
</td>
</tr>
<tr>
<td>
<a href="Modvark_c2.zip" title="Download Modvark for Catz 2">
<img src="Modvark.gif" alt="Modvark" /><br />
Modvark
</a>
</td>
<td>
<a href="Norvil_c2.zip" title="Download Norvil for Catz 2">
<img src="Norvil.gif" alt="Norvil" /><br />
Norvil
</a>
</td>
</tr>
<tr>
<td>
<a href="Quadrapus_c2.zip" title="Download Quadrapus for Catz 2">
<img src="Quadrapus.gif" alt="Quadrapus" /><br />
Quadrapus
</a>
</td>
<td>
<a href="Reindeerz_c2.zip" title="Download Reindeerz for Catz 2">
<img src="Reindeerz.gif" alt="Reindeerz" /><br />
Reindeerz
</a>
</td>
</tr>
<tr>
<td>
<a href="Snowbo_c2.zip" title="Download Snowbo for Catz 2">
<img src="Snowbo.gif" alt="Snowbo" /><br />
Snowbo
</a>
</td>
<td>
<a href="Zott_c2.zip" title="Download Zott for Catz 2">
<img src="Zott.gif" alt="Zott" /><br />
Zott
</a>
</td>
</tr>
</table>
</body>
</html>