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

11 lines
292 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 style="margin: 0; overflow: hidden;">
<main></main>
</body>
</html>