saudade/carolyns_creations/frames/petz/d2breedz.php

108 lines
3.2 KiB
PHP
Raw Normal View History

2022-11-19 11:56:42 -08:00
<!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/style.css">
<!-- from source -->
<title>Dogz II breedz</title>
<!-- -->
</head>
<body>
<?php include '../../../_menu.php' ?>
<div class="big green center more-side-padding">
<p class="bigger">
2022-11-19 12:28:09 -08:00
<b>Dogz II Breedz</b><br>
Click breed photo or name to download.
</p>
<p>
<a href="../sounds/sounds.php" 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.
2022-11-19 11:56:42 -08:00
</p>
</div>
2022-11-19 12:28:09 -08:00
<table class="center center-table big green">
<tr>
<td>
<a href="dl/d2breedz_AmericanStaffy_d2.zip" title="Download AmericanStaffy for Dogz 2">
<img src="images/d2breedz_AmericanStaffy.gif" alt="AmericanStaffy"><br>
American Staffy
</a>
</td>
<td>
<a href="dl/d2breedz_ExtLnzSSBulldogInt_d3.zip" title="Download Bearz for Dogz 2">
<img src="images/c2breedz_Bearz.gif" alt="Bearz"><br>
Bearz
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/d2breedz_Galiceno_d2.zip" title="Download Galiceno for Dogz 2">
<img src="images/d2breedz_Galiceno.gif" alt="Galiceno"><br>
Galiceno
</a>
</td>
<td>
<a href="dl/d2breedz_Gorilape_d2.zip" title="Download Gorilape for Dogz 2">
<img src="images/d2breedz_Gorilape.gif" alt="Gorilape"><br>
Gorilape
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/d2breedz_Guineapig_d2.zip" title="Download Guineapig for Dogz 2">
<img src="images/d2breedz_GuineaPig.gif" alt="Guineapig"><br>
Guineapig, Patchy
</a> /
<a href="dl/d2breedz_Guineapig2_d2.zip"
title="Download Guineapig2 for Dogz 2">Plain or two-tone</a>
</td>
<td>
<a href="dl/d2breedz_Horseequus_d2.zip" title="Download Horseequus for Dogz 2">
<img src="images/d2breedz_Horse.gif" alt="Horseequus"><br>
Horseequus
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/d2breedz_Pighog_d2.zip" title="Download Pighog for Dogz 2">
<img src="images/d2breedz_Pig-hog.gif" alt="Pighog"><br>
Pighog
</a>
</td>
<td>
<a href="dl/d2breedz_Snowbo2_d2.zip" title="Download Snowbo2 for Dogz 2">
<img src="images/d2breedz_Snowbo2.gif" alt="Snowbo2"><br>
Snowbo2
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/d2breedz_Turkey_d2.zip" title="Download Turkey for Dogz 2">
<img src="images/d2breedz_Turkey.gif" alt="Turkey"><br>
Turkey with "Eggz"</a> /
<a href="dl/d2breedz_TurkeyNoEggz_d2.zip"
title="Download Turkey No Eggz">Without "Eggz"</a>
</td>
</tr>
</table>
2022-11-19 11:56:42 -08:00
</body>
</html>