saudade/carolyns_creations/phantarella/phantarella.html

40 lines
916 B
HTML
Raw Normal View History

2023-12-10 20:37:03 -08:00
<!doctype html>
2023-12-04 19:51:28 -08:00
<html lang="en">
2023-12-10 20:37:03 -08:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
2023-12-04 19:51:28 -08:00
2023-12-10 20:37:03 -08:00
<title>My Guardian Angel Kitty</title>
2023-12-04 19:51:28 -08:00
2023-12-10 20:37:03 -08:00
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
2023-12-04 19:51:28 -08:00
2023-12-10 20:37:03 -08:00
<style>
2023-12-04 19:51:28 -08:00
html {
2023-12-10 20:37:03 -08:00
--background-color: #fff;
2023-12-04 19:51:28 -08:00
}
2023-12-10 20:37:03 -08:00
</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>