Files
ternary-graph-generator/index.html
2025-08-20 21:49:23 -07:00

16 lines
375 B
HTML

<html>
<head>
</head>
<body>
<div>
ticks:
<input type="number" id="ticks" value="10"/>
</div>
<div>
tick size (px):
<input type="number" id="tick-size" value="5"/>
</div>
<div id="svg-container" class="my-class"></div>
</body>
<script src="index.js"></script>
</html>