diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,9 +11,10 @@ Make sure the scale is set to 1 and that the id is set to a unique value Also, change the stroke to currentColor so we can style the color with CSS --> - <svg id="hiragana-ni"></svg> - <svg id="hiragana-small-ya"></svg> - <svg id="hiragana-a"></svg> + <svg id="d"></svg> + <svg id="u"></svg> + <svg id="m"></svg> + <svg id="b"></svg> <script src="script.js"></script> </body> </html> |