<!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">
        <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.
    </p>
</div>

<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>

</body>
</html>