2010-12-02 01:04:15 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="jqueryui/css/ui-lightness/jquery-ui-1.8.5.custom.css">
|
|
|
|
<style>
|
|
|
|
div.iffy-menu {
|
|
|
|
border: 1px solid #777;
|
|
|
|
position: absolute;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
2011-02-10 21:34:32 +00:00
|
|
|
div.hover div {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
div.iffy-nev-ui {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
div.hover div.iffy-nev-ui {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
}
|
2011-02-10 01:27:48 +00:00
|
|
|
// a.iffy-word:link {
|
|
|
|
// text-decoration: none;
|
|
|
|
// color: #000000;
|
|
|
|
// }
|
|
|
|
// a.iffy-word:hover {
|
|
|
|
// color: #0000dd;
|
|
|
|
// }
|
2010-12-02 01:04:15 +00:00
|
|
|
</style>
|
|
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
|
|
<script type="text/javascript" src="jqueryui/js/jquery-ui-1.8.5.custom.min.js"></script>
|
|
|
|
<script type="text/javascript" src="iffy.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function () {
|
|
|
|
PlayStory("timemachine.xml", $("#story"));
|
|
|
|
});
|
|
|
|
</script>
|
2011-03-04 06:42:26 +00:00
|
|
|
<title>Richard and Larry Build a Time Machine</title>
|
2010-12-02 01:04:15 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2011-03-04 06:42:26 +00:00
|
|
|
<div style="float:right;"><b><a href="javascript:location.reload()">Restart game</a></b></div>
|
2010-12-02 01:04:15 +00:00
|
|
|
<div id="story" />
|
|
|
|
</body>
|
|
|
|
</html>
|