summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index eb6514b..01a1f38 100644
--- a/index.html
+++ b/index.html
@@ -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>