aboutsummaryrefslogtreecommitdiff
path: root/index.min.html
blob: a1a2d75dacc66018f3e2e29e11c7960b89d3c95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Game</title>
        <style>
            body {
                background: #000;
                color: #fff;
                font-family: sans-serif;
                text-align: center;
                padding: 0;
                margin: 0;
            }
            a {
                color: #66f;
            }
            #game {
                cursor: none;
            }
        </style>
    </head>
    <body>
        <script type="text/javascript" src="out/game.min.js"></script>
        <p>Move: Cursors (or D-Pad) / Fire: WASD (or ABCD buttons) - This game is <a href="https://git.usebox.net/js-twin-shooter/about/">open source</a>!</p>
        <canvas id="game"></canvas>
    </body>
</html>