Skip to content

Commit 1f4629d

Browse files
committed
link triangle example
1 parent 0088124 commit 1f4629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>🖥️ Examples</h2>
2121
<li>Layouts: <a href="examples/layouts/#normal.css">normal flow</a>, <a href="examples/layouts/#float.css">floats</a>, <a href="examples/layouts/#position.css">position</a>, <a href="examples/layouts/#flexbox.css">flexbox</a>, <a href="examples/layouts/#grid.css">grid</a>, <a href="examples/layouts/#mediaqueries.css">media queries</a>
2222
<li>Scrollytelling: <a href="examples/scrollytelling/overflow.html">overflow</a>, <a href="examples/scrollytelling/progress.html">progress</a>, <a href="examples/scrollytelling/parallax.html">parallax</a>, <a href="examples/scrollytelling/reveal.html">reveal</a>, <a href="examples/scrollytelling/illu.html">illustration</a>
2323
<li>Media: <a href="examples/media/audio.html">audio</a>, <a href="examples/media/video.html">video</a>, <a href="examples/media/embed.html">embed</a>
24-
<li>Graphics: <a href="examples/graphics/canvas.html">canvas</a>, <a href="examples/graphics/canvas_animated.html">animated canvas</a>, <a href="examples/graphics/svg.html">SVG</a>, <a href="examples/graphics/svg_editable.html">editable SVG</a>
24+
<li>Graphics: <a href="examples/graphics/canvas.html">canvas</a>, <a href="examples/graphics/canvas_animated.html">animated canvas</a>, <a href="examples/graphics/svg.html">SVG</a>, <a href="examples/graphics/svg_editable.html">editable SVG</a>, <a href="examples/graphics/svg_triangles.html">SVG triangles</a>,
2525
</ul>
2626

2727

0 commit comments

Comments
 (0)