saudade/carolyns_creations/petz/petz1/dream/dream.html
2023-12-04 20:51:51 -08:00

137 lines
No EOL
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- from source -->
<title>Catnip Dreams</title>
<!-- -->
<!-- archive menu -->
<script src="/menu.js?@root" type="module"></script>
<!-- polyfills -->
<script src="/polyfills.js?@root" type="module"></script>
<style>
body {
--background-color: #0000ff;
--color: #fff;
background-image: url(sky.gif);
color: var(--color);
text-align: center;
font-size: 19px;
font-weight: bold;
}
a {
color: #7cfc00;
}
a:visited {
color: #e9967a;
}
.small {
font-size: 13px;
}
</style>
</head>
<body>
<audio src="tdream.wav" autoplay loop></audio>
<img src="catzwrld.gif">
<p>
<a href="netstemp.wrl">Enter if you dare</a>-- the Shrine of the Computer
Catz.<br>
You must remove your shoes before you enter the shrine<br>
so as not to offend the Great Catz.
</p>
<br>
<p>
Entrance can only be granted to those who can see<br>
<a href="https://www.web3d.org/" target="_blank">VRML</a>
</p>
<p>
Use <a href="/netscape4/" target="_blank">Netscape 4.0</a> to receive the
vision.
</p>
<br>
<p>
The Redmond faithful can commune with <a
href="https://web.archive.org/web/20050101022637/http://www.microsoft.com/windows/ie/default.mspx"
target="_blank">Internet Explorer 2.0 or higher</a><br>
but you may need a VRML Add-In.
</p>
<p>
For those who want to enter the temple but cannot see it at all, they may
worshipfully browse with <a
href="https://web.archive.org/web/20050101092307/http://www.karmanaut.com/cosmo/player/"
target="_blank">cosmo player</a> installed<br>
or perhaps the stand-alone <a
href="https://sourceforge.net/projects/openvrml/" target="_blank">Open VRML
project</a>. If you try the latter, for Windows versions, you may need to get
some dll files -- <a
href="https://web.archive.org/web/20050207175305/https://www.hawksoft.com/download/"
target="_blank">mesa3dll.zip</a> , <a
href="https://web.archive.org/web/20050103111148/http://www.dlldump.com/download-dll-files.php/dllfiles/J/JS32.dll/download.html"
target="_blank">js32.dll</a> , and <a
href="https://web.archive.org/web/20071012013733/http://www.dll-files.com/dllindex/pop.php?glide2x"
target="_blank">glide2x.dll</a>
</p>
<p>
How you approach the Goddess is very important,<br>
please consult with her priestess, or the words at the bottom of the Temple
screen, if you are unsure of anything.<br>
Remember that not all browsers are created equal.
</p>
<p>
<a href="netstemp.wrl">Now go and pay your homage!</a>
</p>
<br>
<img src="vrml.gif"><br>
<a href="netstemp.wrl">
<img src="entervr.gif" alt="[Enter VR]">
</a>
<br>
<br>
<br>
<img src="wrldbar.gif" usemap="#world">
<map name="world">
<area shape="rect" coords="1,3 61,81" href="/petz/petz1/catz1dex/">
<area shape="rect" coords="68,5 133,72" href="/petz/petz1/sclub/">
<area shape="rect" coords="151,11 211,80" href="/petz/petz1/press/">
<area shape="rect" coords="290,16 366,80" href="/petz/petz1/catz1dex/">
</map>
<p class="small">
|
<a href="/petz/petz1/catz1dex/">Homepage </a>|
<a href="/petz/petz1/sclub/">Catz Club </a>|
<a href="/petz/petz1/press/">Catz Press</a>|
Catz Pix |
<a href="/petz/petz1/catz1dex/">Download Catz </a>|
</p>
<br>
<p class="small">
&copy; 1996 PF Magic
</p>
</body>
</html>