phantarella
This commit is contained in:
parent
9e12132d3b
commit
e8ef432eea
3 changed files with 35 additions and 1 deletions
|
@ -136,7 +136,7 @@ MENU
|
|||
* finfin
|
||||
|
||||
HOME
|
||||
phantarella
|
||||
* phantarella
|
||||
petz/dream
|
||||
crashingxp
|
||||
petzfriendsite
|
||||
|
|
BIN
carolyns_creations/phantarella/Phantarella.ply
Normal file
BIN
carolyns_creations/phantarella/Phantarella.ply
Normal file
Binary file not shown.
34
carolyns_creations/phantarella/phantarella.html
Normal file
34
carolyns_creations/phantarella/phantarella.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!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>
|
Loading…
Reference in a new issue