saudade/carolyns_creations/phantarella/phantarella.html
2023-12-04 19:51:28 -08:00

34 lines
No EOL
862 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>
<!-- archive menu -->
<script src="/menu.js?@root" type="module"></script>
<!-- polyfills -->
<script src="/polyfills.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>