kliffy/test.html
U-laptron\jeremy bbfa2addc9 initial commit
2010-10-03 15:54:15 -07:00

16 lines
451 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="iffy.js"></script>
<script type="text/javascript">
$(document).ready(function () {
PlayStory("timemachine.xml", $("#story"));
});
</script>
</head>
<body>
<div id="story" />
</body>
</html>