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

117 lines
3.1 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>Dogz II 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>Dogz II 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 center-table big green">
<tr>
<td>
<a
href="AmericanStaffy_d2.zip"
title="Download AmericanStaffy for Dogz 2"
>
<img src="AmericanStaffy.gif" alt="AmericanStaffy" /><br />
American Staffy
</a>
</td>
<td>
<a href="Bear_d2.zip" title="Download Bearz for Dogz 2">
<img src="Bearz.gif" alt="Bearz" /><br />
Bearz
</a>
</td>
</tr>
<tr>
<td>
<a href="Galiceno_d2.zip" title="Download Galiceno for Dogz 2">
<img src="Galiceno.gif" alt="Galiceno" /><br />
Galiceno
</a>
</td>
<td>
<a href="Gorilape_d2.zip" title="Download Gorilape for Dogz 2">
<img src="Gorilape.gif" alt="Gorilape" /><br />
Gorilape
</a>
</td>
</tr>
<tr>
<td>
<a href="Guineapig_d2.zip" title="Download Guineapig for Dogz 2">
<img src="GuineaPig.gif" alt="Guineapig" /><br />
Guineapig, Patchy
</a>
/
<a href="Guineapig2_d2.zip" title="Download Guineapig2 for Dogz 2"
>Plain or two-tone</a
>
</td>
<td>
<a href="Horseequus_d2.zip" title="Download Horseequus for Dogz 2">
<img src="Horse.gif" alt="Horseequus" /><br />
Horseequus
</a>
</td>
</tr>
<tr>
<td>
<a href="Pighog_d2.zip" title="Download Pighog for Dogz 2">
<img src="Pig-hog.gif" alt="Pighog" /><br />
Pighog
</a>
</td>
<td>
<a href="Snowbo2_d2.zip" title="Download Snowbo2 for Dogz 2">
<img src="Snowbo2.gif" alt="Snowbo2" /><br />
Snowbo2
</a>
</td>
</tr>
<tr>
<td>
<a href="Turkey_d2.zip" title="Download Turkey for Dogz 2">
<img src="Turkey.gif" alt="Turkey" /><br />
Turkey with "Eggz"</a
>
/
<a href="TurkeyNoEggz_d2.zip" title="Download Turkey No Eggz"
>Without "Eggz"</a
>
</td>
</tr>
</table>
</body>
</html>