Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oneearedrabbit authored Jul 19, 2024
1 parent 084529d commit 38ec408
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions l-system/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,19 @@ <h1>L-system curves</h1>
</web-fractal>
</div>

<div class="box">
<web-fractal
data-name="Krishna Anklets"
data-creation-date="2024-02-15"
>
order = 5
angle = 45

A => B--B
B => BFB--BFB
</web-fractal>
</div>

<div class="box">
<web-fractal
data-name="Dragon Curve"
Expand Down Expand Up @@ -483,19 +496,6 @@ <h1>L-system curves</h1>
</web-fractal>
</div>

<div class="box">
<web-fractal
data-name="Krishna Anklets"
data-creation-date="2024-02-15"
>
order = 5
angle = 45

A => -X--X
X => XFX--XFX
</web-fractal>
</div>

<div class="box">
<web-fractal
data-name="Pentigree"
Expand Down

0 comments on commit 38ec408

Please sign in to comment.