initial commit, worm thingy

This commit is contained in:
Daniel Kauss Serna 2026-03-10 10:28:46 +01:00
commit a23a5b16e3
5 changed files with 181 additions and 0 deletions

17
index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sketch</title>
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
<script src="p5.min.js"></script>
</head>
<body>
<script src="sketch.js"></script>
</body>
</html>