petz/d1breedz.php

This commit is contained in:
Marley 2022-11-19 15:01:49 -08:00
parent b730be3e78
commit bd8eddf687
19 changed files with 95 additions and 3 deletions

View file

@ -8,4 +8,5 @@ Refactored code (only affecting how the source looks, actual design was kept as
Updated HTML to HTML5 as much as possible while still keeping the design the same Updated HTML to HTML5 as much as possible while still keeping the design the same
Repackaged frames/petz/dl/c1breedz_zott4mac_c1.zip from a .sea file to a .zip Repackaged frames/petz/dl/c1breedz_zott4mac_c1.zip from a .sea file to a .zip
Repackaged frames/petz/dl/c1breedz_Snowbo4mac_c1.zip from a .sit file to a .zip Repackaged frames/petz/dl/c1breedz_Snowbo4mac_c1.zip from a .sit file to a .zip
Repackaged frames/petz/dl/d1breedz_Snowbo2forMac_d1.zip from a .sea file to a .zip

View file

@ -107,8 +107,8 @@ MENU.HTML
* petz/p2playscene * petz/p2playscene
* petz/catz1dex * petz/catz1dex
petz/c1breedz * petz/c1breedz
petz/d1breedz * petz/d1breedz
petz/dogz1fooler petz/dogz1fooler
petz/catz1mice petz/catz1mice

View file

@ -0,0 +1,91 @@
<!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 1 Breedz</title>
<!-- -->
</head>
<body>
<?php include '../../../_menu.php' ?>
<div class="green big center more-side-padding">
<p class="bigger">
<b>Dogz 1 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/d1breedz_AmericanStaffy.zip" title="Download American Staffy for Dogz">
<img src="images/d1breedz_AmericanStaffy.gif" alt="American Staffy"><br>
American Staffy
</a>
</td>
<td>
<a href="dl/d1breedz_BrownCocker_dogz.zip" title="Download Brown Cocker for Dogz">
<img src="images/d1breedz_BrownCocker.gif" alt="Brown Cocker"><br>
Brown Cocker
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/d1breedz_BuffCocker_dogz.zip" title="Download Buff Cocker for Dogz">
<img src="images/d1breedz_BuffCocker.gif" alt="Buff Cocker"><br>
Buff Cocker
</a>
</td>
<td>
<a href="dl/d1breedz_BlackWhiteCocker_dogz.zip"
title="Download Black and White Cocker for Dogz">
<img src="images/d1breedz_BWCocker.gif" alt="Black and White Cocker"><br>
Black and White Cocker
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/d1breedz_Snowbo2_d1.zip" title="Download Snowbo for Dogz">
<img src="images/d1breedz_snowbo2_d1.gif" alt="Snowbo for Dogz"><br>
Snowbo for Dogz (Windows ver)</a> /
<a href="dl/d1breedz_Snowbo2forMac_d1.zip"
title="Download Snowbo for Mac Dogz">(Mac version)</a>
</td>
<td>
<a href="dl/d1breedz_Wolf_dogz.zip" title="Download Wolf for Dogz">
<img src="images/d1breedz_Wolf.gif" alt="Wolf"><br>
Wolf
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/d1breedz_Wolfie_dogz.zip" title="Download Wolfie for Dogz">
<img src="images/d1breedz_Wolfie.gif" alt="Wolfie"><br>
Wolfie
</a>
</td>
</tr>
</table>
</body>
</html>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB