40 lines
980 B
HTML
40 lines
980 B
HTML
<!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.css">
|
|
|
|
<!-- from source -->
|
|
<title>New Petz II Playscene items</title>
|
|
<!-- end from source -->
|
|
|
|
<!-- saudade includes -->
|
|
<script src="/saudade.js?@root" type="module"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<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="Fishbeach_p2.zip" title="Fish beach for Petz II">
|
|
<img src="beachfishy.jpg" alt="Fish beach"><br>
|
|
Fish beach For petz II
|
|
</a></p>
|
|
|
|
<p></p>
|
|
|
|
<p></p>
|
|
|
|
<p class="big">.</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|