34 lines
919 B
HTML
34 lines
919 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>New Petz 5 Carrycase Skins</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
|
|
<!-- saudade includes -->
|
|
<script src="/saudade.js?@root" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<div class="center green big">
|
|
<p class="bigger">
|
|
<b>New Petz 5 Carrycase Skins</b><br />
|
|
Click picture or name to download.
|
|
</p>
|
|
|
|
<p>This page contains any Carrycase skinz I might make.</p>
|
|
|
|
<p> </p>
|
|
|
|
<p>
|
|
<a
|
|
href="Carrycase_p5.zip"
|
|
title="The carry-case skin from my Petz 3 playscene"
|
|
>
|
|
<img src="CarrycaseP5.gif" alt="special carry-case and mice" /><br />
|
|
The carry-case skin from my Petz 3 playscene
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|