diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-20 21:56:25 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-20 21:56:25 +0100 |
commit | b6311d242f6775c973bd005e33f4cbb99653bd54 (patch) | |
tree | 962ba27b5623a230af31bf7caa6f54855c3ddb93 /test/examples/index.html | |
parent | c6e25797328a167c986f9e8503b028157a0105aa (diff) | |
download | lustre-b6311d242f6775c973bd005e33f4cbb99653bd54.tar.gz lustre-b6311d242f6775c973bd005e33f4cbb99653bd54.zip |
:sparkles: Add proper svg support.
Diffstat (limited to 'test/examples/index.html')
-rw-r--r-- | test/examples/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/examples/index.html b/test/examples/index.html index 1dda01b..70d4196 100644 --- a/test/examples/index.html +++ b/test/examples/index.html @@ -16,6 +16,12 @@ <li> <a href="nested.html">nested</a> </li> + <li> + <a href="svg.html">svg</a> + </li> + <li> + <a href="components.html">components</a> + </li> </menu> </body> </html> |