From 61d2fbc8bb9e4fa22b65a43154ae6d592c9400b6 Mon Sep 17 00:00:00 2001 From: 12913378 <harry.buttenshaw@student.uts.edu.au> Date: Sun, 27 Oct 2019 19:15:28 +1100 Subject: [PATCH] Upload New File --- Code/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Code/index.html diff --git a/Code/index.html b/Code/index.html new file mode 100644 index 0000000..a6cf678 --- /dev/null +++ b/Code/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang=""> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>p5.js example</title> + + <style> body {padding: 0; margin: 0;} </style> + <script src="./Libraries/p5.js"></script> + <script src="./Libraries/p5.dom.js"></script> + <script src="./Libraries/p5.sound.js"></script> + <script src="./sketch.js"></script> + <script src="./Snowflake.js"></script> + + </head> + <body> + </body> +</html> -- GitLab