saudade/carolyns_creations/babyz/babyzplay/babyzplay.html

140 lines
3.9 KiB
HTML
Raw Normal View History

2023-12-10 20:37:03 -08:00
<!doctype html>
2023-12-03 13:25:52 -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-03 13:25:52 -08:00
2023-12-10 20:37:03 -08:00
<!-- from source -->
<title>Play with babyz</title>
<!-- -->
2023-12-03 13:25:52 -08:00
2023-12-10 20:37:03 -08:00
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
2023-12-03 13:25:52 -08:00
2023-12-10 20:37:03 -08:00
<style>
2023-12-03 13:25:52 -08:00
table {
2023-12-10 20:37:03 -08:00
width: 100%;
text-align: center;
2023-12-03 13:25:52 -08:00
}
table:first-of-type td {
2023-12-10 20:37:03 -08:00
width: 33%;
2023-12-03 13:25:52 -08:00
}
table:last-of-type {
2023-12-10 20:37:03 -08:00
margin-top: 30px;
2023-12-03 13:25:52 -08:00
}
table:last-of-type td {
2023-12-10 20:37:03 -08:00
width: 50%;
2023-12-03 13:25:52 -08:00
}
table a {
2023-12-10 20:37:03 -08:00
text-decoration: none;
2023-12-03 13:25:52 -08:00
}
table a span {
2023-12-10 20:37:03 -08:00
color: blue;
2023-12-03 13:25:52 -08:00
}
2023-12-10 20:37:03 -08:00
</style>
</head>
<body class="center bigger">
<div class="big-gap-top purple bold">
Play with babyz online<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</div>
<div class="border-outer border-green" style="width: 90%">
<div class="border-inner bigger bold green">
<p>
Click on any picture to play with the baby online. You will need to
have the
<a href="babyzplayer.exe" target="_TOP">babyz player</a> installed
before your browser will let you play with them. I have Windows 95,
and I can play with these babyz just fine using either Internet
Explorer 5 or <a href="/netscape4/">Netscape 4</a>. If you are unable
to make them work with a different operating system or browser /
browser version, please don't ask me for help -- ask someone who uses
the same setup as yourself or ask UbiSoft.
</p>
<p>
I made all these .bly files by hand using a hex editor. If you would
like to make some for your site also, take a look at my
<a href="/tutorials/tutorials/">tutorial </a>on making player babyz.
</p>
<p>
<u>Page</u>:
<a href="/babyz/babyz-1/">1</a>
<a href="/babyz/babyz-2/">2</a>
<a href="/babyz/babyz-3/">3</a>
<a href="/babyz/babyz-4/">4</a>
<a href="/babyz/babyz-5/">5</a>
|
<a href="/babyz/babyzspecial-1/">Special Babyz</a>| Play with a Babyz
Online
</p>
<table class="img-border normal">
<tbody>
<tr>
<td>
<a href="/babyz/babyzplay/jackbly/">
<img src="Jack.gif" /><br />
<span>Play with Jack</span>
</a>
</td>
<td>
<a href="/babyz/babyzplay/vesuviusbly/">
<img src="Vesuvius.gif" /><br />
<span>Play with Vesuvius</span>
</a>
</td>
<td>
<a href="/babyz/babyzplay/cathybly/">
<img src="Cathy.gif" /><br />
<span>Play with Cathy</span>
</a>
</td>
</tr>
</tbody>
</table>
<table class="img-border normal">
<tr>
<td>
<a href="/babyz/babyzplay/joshbly/">
<img src="Josh.gif" /><br />
<span>Play with Josh</span>
</a>
</td>
<td>
<a href="/babyz/babyzplay/frostedmaltbly/">
<img src="Frostedmalt.gif" /><br />
<span>Play with Frostedmalt</span>
</a>
</td>
</tr>
</table>
</div>
</div>
<p class="purple" style="margin-top: 0">
2023-12-03 13:25:52 -08:00
<u>Page</u>:
<a href="/babyz/babyz-1/">1</a>
<a href="/babyz/babyz-2/">2</a>
<a href="/babyz/babyz-3/">3</a>
<a href="/babyz/babyz-4/">4</a>
<a href="/babyz/babyz-5/">5</a>
|
2023-12-10 20:37:03 -08:00
<a href="/babyz/babyzspecial-1/">Special Babyz</a>| Play with a Babyz
Online
2023-12-03 13:25:52 -08:00
</p>
2023-12-10 20:37:03 -08:00
</body>
</html>