summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/index.html
blob: 631122df5773a0e2433f4ca222c0b7ccc83fb8af (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
    <head>
        <meta charset="UTF-8">
        <title> Scribblio </title>
        <script src='loader.js' type='module'></script>
    </head>
    <body>
        <canvas id='canvas'></canvas>
    </body>
</html>