summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-02-13 14:06:45 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-02-13 14:06:45 +0400
commit3b8dcf9a84885d8708411092f6fc19f4a7e31349 (patch)
tree0aa99fddfbe0af21fc36f450f3657103973a8d81 /index.html
parentb14a2cf250a2460fd7b3e71d229f72e628fdb556 (diff)
Added modulo sketchHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 14288a8..e2f8ff7 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
</style>
<script src="libs/p5.js"></script>
<!-- <script src="libs/p5.sound.js"></script> -->
- <script src="sketch.js"></script>
+ <script src="modulo.sketch.js"></script>
</head>
<body>
@@ -21,4 +21,4 @@
</main>
</body>
-</html> \ No newline at end of file
+</html>