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

11 lines
239 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="draw.js"></script>
</head>
<body>
</body>
</html>