summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAnthony Wang2024-01-29 13:52:22 -0500
committerAnthony Wang2024-04-13 04:32:07 +0000
commitb94b24ab0d7411cb7f26f2e671ba7ed7d6e99e41 (patch)
treef8e77c3152fef9967276c5b4176c335ad665d71b /index.html
parent64e928da30ea9dec47e18da026938ba77bba2590 (diff)
Spread circles out evenly across path, move stuff to separate file
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>