39 lines
916 B
HTML
39 lines
916 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" />
|
|
|
|
<title>My Guardian Angel Kitty</title>
|
|
|
|
<!-- saudade includes -->
|
|
<script src="/saudade.js?@root" type="module"></script>
|
|
|
|
<style>
|
|
html {
|
|
--background-color: #fff;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<embed
|
|
src="Phantarella.ply"
|
|
type="application/x-PFM plugin"
|
|
width="500"
|
|
height="500"
|
|
units="pixels"
|
|
/>
|
|
<br />
|
|
<div class="center big">
|
|
You should see Phantarella running around happily in the box above; if you
|
|
don't, you will need to get it from
|
|
<a
|
|
href="ftp://ftp.ubisoft.com/games/petz4/other/PetzPlayer.exe"
|
|
target="_top"
|
|
class="defunct"
|
|
>here</a
|
|
>.
|
|
</div>
|
|
</body>
|
|
</html>
|