commit.sh

This commit is contained in:
Cametendo
2026-04-29 11:49:38 +02:00
parent 372b892862
commit 75299c9236
7 changed files with 121974 additions and 0 deletions

18
week-4/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!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="/libraries/p5.min.js"></script>
<script src="/libraries/p5.sound.min.js"></script>
</head>
<body>
<script src="markov-chain.js"></script>
</body>
</html>