mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
11 lines
292 B
HTML
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> |