31 lines
863 B
HTML
31 lines
863 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">
|
|
|
|
<!-- archive menu -->
|
|
<script src="/menu.js?@root" type="module"></script>
|
|
|
|
<!-- polyfills -->
|
|
<script src="/polyfills.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>
|