blob: 9c79b612eab7a745969f55628ff1511425a28d8f (
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>
|