diff options
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> |