rename html, add title

This commit is contained in:
Jeremy Penner 2011-03-03 22:42:26 -08:00
parent 23d3abb351
commit db65294e2c

View file

@ -34,8 +34,10 @@
PlayStory("timemachine.xml", $("#story")); PlayStory("timemachine.xml", $("#story"));
}); });
</script> </script>
<title>Richard and Larry Build a Time Machine</title>
</head> </head>
<body> <body>
<div style="float:right;"><b><a href="javascript:location.reload()">Restart game</a></b></div>
<div id="story" /> <div id="story" />
</body> </body>
</html> </html>