diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..14288a8 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html lang="ru"> + +<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="libs/p5.js"></script> + <!-- <script src="libs/p5.sound.js"></script> --> + <script src="sketch.js"></script> +</head> + +<body> + <main> + </main> +</body> + +</html>
\ No newline at end of file |