diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-02-13 14:06:45 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-02-13 14:06:45 +0400 |
| commit | 3b8dcf9a84885d8708411092f6fc19f4a7e31349 (patch) | |
| tree | 0aa99fddfbe0af21fc36f450f3657103973a8d81 /index.html | |
| parent | b14a2cf250a2460fd7b3e71d229f72e628fdb556 (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |