summaryrefslogtreecommitdiff
path: root/webhogg/wasm/index.html
blob: 350c58df61d394aa9f476e0b97ed1ddd23fba3c6 (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 style='margin: 0; width: 100%; height: 100%; posisiton: fixed; display: block;'>
        <canvas id='c' style='width: 100%; height: 100%; position: fixed; display: block; overflow: hidden;'>
            your browser is incompetent
        </canvas>
        <script src='pkg/main.js'></script>
    </body>
</html>