petz/p2playscene.php

This commit is contained in:
Marley 2022-11-19 13:20:07 -08:00
parent 548df9f289
commit 808b221d10
7 changed files with 44 additions and 1 deletions

View file

@ -104,7 +104,7 @@ MENU.HTML
* petz/d2breedz
* petz/petzIIfooler
* petz/p2toyz
petz/p2playscene
* petz/p2playscene
petz/catz1dex
petz/c1breedz

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View file

@ -0,0 +1,43 @@
<!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>New Petz II Playscene items</title>
<!-- -->
</head>
<body>
<?php include '../../../_menu.php' ?>
<div class="center green side-padding normal">
<p class="bigger">
<b>Petz II Playscenes</b><br>
Click picture or name to download.
</p>
<p>
<b>This page contains any playscene backdrops that I may make for the petz II game.</b>
</p>
<p>
Here you can find the fish-eye view of Petz 3's beach scene for your Petz II aquatic petz
and fish toyz to enjoy<br>
<a href="dl/p2playscene_Fishbeach_p2.zip" title="Fish beach for Petz II">
<img src="images/p2playscene_beachfishy.jpg" alt="Fish beach"><br>
Fish beach For petz II
</a>
</p>
<p></p>
<p></p>
<p class="big">.</p>
</div>
</body>
</html>