games/Games/move-cube/index.html
2023-03-27 11:34:29 +02:00

11 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Cube mover</title>
<script src="https://cdn.jsdelivr.net/npm/p5@1.6.0/lib/p5.js"></script>
<script src="js/draw.js"></script>
</head>
<body>
<main></main>
</body>
</html>