<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>FirstCodeICM</title> <script src="libraries/p5.js" type="text/javascript"></script> <script src="libraries/p5.dom.js" type="text/javascript"></script> <script src="libraries/p5.sound.js" type="text/javascript"></script> <script src="sketch.js" type="text/javascript"></script> <style> body {padding: 0; margin: 0;} </style> </head> <body> </body> </html>