about summary refs log blame commit diff stats
path: root/html/story-teller/index.html
blob: edd44c2880f3e2fd0bbb68319fca5c24942b3a75 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                        
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Choice-based Game</title>
  <link rel="stylesheet" href="./styles.css">
</head>
<body>
  <div id="app"></div>
  <script type="module" src="./js/game.js"></script>
</body>
</html>