summaryrefslogtreecommitdiff
path: root/webhogg/wasm/index.html
blob: b6c8b9b8bb18185109c9e771c7f3621a3001d36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
    <head>
        <meta charset='utf-8'/>
        <title>webhogg</title>
    </head>
    <body>
        <canvas id='c' width='640' height='360'>
            your browser is incompetent
        </canvas>
        <script src='pkg/main.js'></script>
    </body>
</html>