rename html, add title
This commit is contained in:
parent
23d3abb351
commit
db65294e2c
|
@ -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>
|
Loading…
Reference in a new issue