Remove nested error handling and clean up some

This commit is contained in:
Nathan McRae
2025-07-27 15:28:57 -07:00
parent 833fbf27d7
commit c21baccba9
2 changed files with 22 additions and 25 deletions

View File

@@ -2,7 +2,9 @@
<head>
</head>
<body>
<div id="svgContainer" class="my-class"></div>
ticks:
<input type="number" id="ticks"/>
<div id="svg-container" class="my-class"></div>
</body>
<script src="index.js"></script>
</html>