summaryrefslogtreecommitdiff
path: root/webhogg/wasm/index.html
blob: 9624ad86a2d6e471dce0679f471cfe1d026f307f (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%;position:fixed;display:block;top:0;bottom:0;left:0;right:0;'>
        <canvas id='c' style='width: 100%; height: 100%;position:fixed;display:block;top:0;bottom:0;left:0;right:0;'>
            your browser is incompetent
        </canvas>
        <script src='pkg/main.js'></script>
    </body>
</html>