1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/js_dom_cube/index.html

6 lines
117 B
HTML

<body>
<canvas width="570" height="570" id="myCanvas"></canvas>
<script src="cube.js">
</script>
</body>