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

4 lines
111 B
HTML

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