139 lines
3.9 KiB
HTML
139 lines
3.9 KiB
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" />
|
|
|
|
<!-- from source -->
|
|
<title>Play with babyz</title>
|
|
<!-- -->
|
|
|
|
<!-- saudade includes -->
|
|
<script src="/saudade.js?@root" type="module"></script>
|
|
|
|
<style>
|
|
table {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
table:first-of-type td {
|
|
width: 33%;
|
|
}
|
|
|
|
table:last-of-type {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
table:last-of-type td {
|
|
width: 50%;
|
|
}
|
|
|
|
table a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
table a span {
|
|
color: blue;
|
|
}
|
|
</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">
|
|
<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>
|
|
</body>
|
|
</html>
|