diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-11-18 23:16:33 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-11-18 23:16:33 +0400 |
| commit | 516a43e46898363e05a0d13b5c4074f7a4e18517 (patch) | |
| tree | a3392b4595655f167a6d82ef8d436d829256f21f /index.html | |
Added times table and grid sketches
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 |