about summary refs log tree commit diff stats
path: root/js/mandelbrot/index.html
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2024-03-13 10:22:15 -0400
committerelioat <hi@eli.li>2024-03-13 10:22:15 -0400
commit9e3d80a7dcb9530fefaee76643e3943570ac0d2d (patch)
tree4941b17f8c2d6b1c56f667e10f7ccfc6a6674717 /js/mandelbrot/index.html
parent2cf613dd027eccbfd5cb9cf0daabd6b6e2fa67f9 (diff)
downloadtour-9e3d80a7dcb9530fefaee76643e3943570ac0d2d.tar.gz
*
Diffstat (limited to 'js/mandelbrot/index.html')
-rw-r--r--js/mandelbrot/index.html12
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