Files
story/index.html
T

18 lines
642 B
HTML

<html>
<link rel="stylesheet" type="text/css" href="styles.css"/>
<body>
<div class="log">
<p class="log-text"></p>
</div>
<input class="entry" type="text"></input>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://coffeescript.org/v2/browser-compiler/coffeescript.js"></script>
<script src="game_engine.coffee" type="text/coffeescript"></script>
<script src="story.coffee" type="text/coffeescript"></script>
<script src="run_game.coffee" type="text/coffeescript"></script>
</body>
</html>