diff options
Diffstat (limited to 'js/mandelbrot/index.html')
-rw-r--r-- | js/mandelbrot/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/js/mandelbrot/index.html b/js/mandelbrot/index.html new file mode 100644 index 0000000..23ad2cb --- /dev/null +++ b/js/mandelbrot/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Mandelbrot</title> +</head> +<body> + <canvas id="mandelbrot" width="800" height="800"></canvas> + <script src="mb.js"></script> +</body> +</html> \ No newline at end of file |