petz/c1breedz.php

This commit is contained in:
Marley 2022-11-19 14:50:26 -08:00
parent 0408cd1c09
commit b730be3e78
15 changed files with 78 additions and 1 deletions

View file

@ -5,4 +5,7 @@ Checked outside links and crossed out broken links/defunct sites, updated links
Refactored code (only affecting how the source looks, actual design was kept as close as possible)
Added external CSS files and moved all style code to there
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_Snowbo4mac_c1.zip from a .sit file to a .zip

View file

@ -0,0 +1,74 @@
<!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>Catz 1 Breedz</title>
<!-- -->
</head>
<body>
<?php include '../../../_menu.php' ?>
<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="../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/c1breedz_FuzzyTiger_catz.zip" title="Download Fuzzy Tiger for Catz">
<img src="images/c1breedz_FuzzyTiger.gif" alt="Fuzzy Tiger"><br>
Fuzzy Tiger
</a>
</td>
<td>
<a href="dl/c1breedz_GingerMix_catz.zip" title="Download Ginger Mix for Catz">
<img src="images/c1breedz_GingerMix.gif" alt="Ginger Mix"><br>
Ginger Mix
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/c1breedz_Slinker_catz.zip" title="Download Slinker for Catz">
<img src="images/c1breedz_Slinker.gif" alt="Slinker"><br>
Slinker
</a>
</td>
<td>
<a href="dl/c1breedz_Zott_c1.zip" title="Download Zott for Catz">
<img src="images/c1breedz_zott_c1.gif" alt="Zott (Windows)"><br>
Zott (Windows ver)</a> /
<a href="dl/c1breedz_zott4mac_c1.zip" title="Download Zott (Mac)">Zott (Mac version)</a>
</td>
</tr>
<tr>
<td>
<a href="dl/c1breedz_Snowbo_c1.zip" title="Download Snowbo for Catz">
<img src="images/c1breedz_Snowboc1.gif" alt="Snowbo"><br>
Snowbo</a> /
<a href="dl/c1breedz_Snowbo4mac_c1.zip"
title="Download Snowbo (Mac)">Snowbo (Mac version)</a>
</td>
</tr>
</table>
</body>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB