blob: dbc05d23d96511ef87100b88c8d86d917cdc64b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<script>const M = {}</script>
<script src="lib/phaser.min.js"></script>
<script type="module" src="js/goblin.js"></script>
<script type="module" src="js/hints.js"></script>
<script type="module" src="js/stopwatch.js"></script>
<script type="module" src="js/dice_game.js"></script>
</head>
<body style="margin: 0">
<div id="game-container" style="margin: auto"></div>
<script type="module" src="js/micro.js"></script>
</body>
</html>
|