saudade/carolyns_creations/petz/petz2/p2breedz/index.html

78 lines
2 KiB
HTML
Raw Normal View History

2023-07-07 15:25:36 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-07-07 16:02:16 -07:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/carolyns_creations/style.css">
2023-07-07 15:25:36 -07:00
2023-07-07 16:02:16 -07:00
<!-- from source -->
<title>New Petz 2 Breedz</title>
<!-- -->
2023-07-07 15:25:36 -07:00
2023-07-07 16:02:16 -07:00
<!-- archive menu -->
<script src="/menu.js" type="module"></script>
2023-07-07 15:25:36 -07:00
2023-07-07 16:02:16 -07:00
<!-- polyfills -->
<script src="/polyfills.js" type="module"></script>
2023-07-07 15:25:36 -07:00
</head>
<body>
<div class="big green center more-side-padding">
2023-07-07 16:02:16 -07:00
<p><span class="bigger"><b>New Petz 2 Breedz</b><br>
2023-07-07 15:25:36 -07:00
Click breed photo or name to download.</span><br>
2023-07-07 16:02:16 -07:00
<a href="/carolyns_creations/sounds/sounds/" title="Go here to get sounds">Go here for Species
sounds</a><br>
2023-07-07 15:25:36 -07:00
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. (note --
the bunny's sounds are included in the bunny breed zip)</p>
2023-07-07 16:02:16 -07:00
<p>My Skorch Odd-petz breed is now <a href="skorchc2.zip">available
here</a>. All 13 of the originals have now been brought into the Catz
2023-07-07 15:25:36 -07:00
games.</p>
</div>
<table class="center center-table big">
2023-07-07 16:02:16 -07:00
<tr>
<td>
<a href="Walret_c2.zip" title="Download Walret for Catz 2">
<img src="Walret.gif" alt="Walret"><br>
Walret (Catz)
</a>
</td>
2023-07-07 15:25:36 -07:00
2023-07-07 16:02:16 -07:00
<td>
<a href="102_c2.zip" title="Download 102 for Catz 2">
<img src="102dalmatians.gif" alt="102"><br>
102 (Catz)
</a>
</td>
</tr>
2023-07-07 15:25:36 -07:00
2023-07-07 16:02:16 -07:00
<tr>
<td>
<a href="Jester_c2.zip" title="Download Jester for Catz 2">
<img src="Jester.gif" alt="Jester"><br>
Jester (Catz)
</a>
</td>
2023-07-07 15:25:36 -07:00
2023-07-07 16:02:16 -07:00
<td>
<a href="Lips_c2.zip" title="Download Lips for Catz 2">
<img src="Lips.gif" alt="Lips"><br>
Lips (Catz)
</a>
</td>
</tr>
2023-07-07 15:25:36 -07:00
2023-07-07 16:02:16 -07:00
<tr>
<td>
<a href="Bunny_c2.zip" title="Download Bunny for Catz 2">
<img src="Bunnyp2.gif" alt="Bunny"><br>
Bunny (Catz)
</a>
</td>
</tr>
2023-07-07 15:25:36 -07:00
</table>
</body>
</html>