mirror of
https://codeberg.org/JasterV/maze-generator.js.git
synced 2026-04-26 18:20:04 +00:00
17 lines
No EOL
382 B
HTML
17 lines
No EOL
382 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Maze generator</title>
|
|
|
|
<script src="libraries/p5.js"></script>
|
|
<script src="libraries/p5.sound.js"></script>
|
|
<script src="utils.js"></script>
|
|
<script src="skecth.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |