plasma-arc / index.html
p3nGu1nZz's picture
move code to index.js
6d53e86
raw
history blame
295 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plasma-Arc: WGPU Experiment</title>
</head>
<body>
<canvas></canvas>
<script type="module" src="index.js"></script>
</body>
</html>