75 lines
2 KiB
HTML
75 lines
2 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="/carolyns_creations/style.css">
|
|
|
|
<!-- from source -->
|
|
<title>Catz 1 Breedz</title>
|
|
<!-- -->
|
|
|
|
<!-- archive menu -->
|
|
<script src="/menu.js" type="module"></script>
|
|
|
|
<!-- polyfills -->
|
|
<script src="/polyfills.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<div class="center more-side-padding green big">
|
|
<p class="bigger"><b>Catz 1 Breedz</b><br>
|
|
Click breed photo or name to download.</p>
|
|
|
|
<p><a href="/carolyns_creations/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 center-table big green">
|
|
<tr>
|
|
<td>
|
|
<a href="FuzzyTiger_catz.zip" title="Download Fuzzy Tiger for Catz">
|
|
<img src="FuzzyTiger.gif" alt="Fuzzy Tiger"><br>
|
|
Fuzzy Tiger
|
|
</a>
|
|
</td>
|
|
|
|
<td>
|
|
<a href="GingerMix_catz.zip" title="Download Ginger Mix for Catz">
|
|
<img src="GingerMix.gif" alt="Ginger Mix"><br>
|
|
Ginger Mix
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<a href="Slinker_catz.zip" title="Download Slinker for Catz">
|
|
<img src="Slinker.gif" alt="Slinker"><br>
|
|
Slinker
|
|
</a>
|
|
</td>
|
|
|
|
<td>
|
|
<a href="Zott_c1.zip" title="Download Zott for Catz">
|
|
<img src="zott_c1.gif" alt="Zott (Windows)"><br>
|
|
Zott (Windows ver)</a> /
|
|
<a href="zott4mac_c1.zip" title="Download Zott (Mac)">Zott (Mac
|
|
version)</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<a href="Snowbo_c1.zip" title="Download Snowbo for Catz">
|
|
<img src="Snowboc1.gif" alt="Snowbo"><br>
|
|
Snowbo</a> /
|
|
<a href="Snowbo4mac_c1.zip" title="Download Snowbo (Mac)">Snowbo
|
|
(Mac version)</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|