Skip to content

Commit

Permalink
metaタグをいくつか追加 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-chop authored Jan 9, 2025
1 parent cebd25a commit ba94fbf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mandelbrot set interactive viewer</title>
<meta
name="description"
content="Explore and visualize the Mandelbrot set interactively."
/>
<meta
name="keywords"
content="Mandelbrot set, fractals, interactive viewer, Mandelbrot set explorer"
/>
<title>Mandelbrot set interactive viewer - p5mandelbrot</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down

0 comments on commit ba94fbf

Please sign in to comment.