File size: 297 Bytes
d4a90dc
 
4c4106b
d4a90dc
78c9607
d4a90dc
9eb5291
7a6ace8
4c4106b
7a6ace8
4c4106b
6d53e86
d4a90dc
4c4106b
6d53e86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Plasma-Arc: WebGPU Experiment</title>
</head>

<body>
    <canvas></canvas>
    <script type="module" src="index.js"></script>
</body>

</html>