Get basic graph display

This commit is contained in:
Nathan McRae
2025-07-27 14:07:15 -07:00
parent 3efa7b4339
commit 833fbf27d7
3 changed files with 66 additions and 2 deletions

8
index.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<head>
</head>
<body>
<div id="svgContainer" class="my-class"></div>
</body>
<script src="index.js"></script>
</html>