summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/index.html
blob: c47d89dc82b6285c3637cf4217ab796958d254a2 (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='asm-paint.js'></script>
        <script src='loader.js'></script>
    </head>
    <body>
    </body>
</html>