about summary refs log tree commit diff stats
path: root/c/sand/index.html
blob: 3171c47086c692f02cb78aa1f74f610809b54178 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>wasm sand</title>
</head>
<body>
    <canvas id="sand" width="800" height="600"></canvas>
    <script src="sand.js"></script>
</body>
</html>