You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
478 B
HTML

<!DOCTYPE html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.5.0/chart.umd.js"></script>
<script src="map_gen.js"></script>
<script defer src="map_viz.js"></script>
</head>
<body>
<h1>map viz</h1>
<button type="button" onclick="copy_command()"><h1>copy</h1></button>
<canvas id="graph">
</canvas>
<h2>command here</h2>
<div id="command" style="font-family: monospace">
command will be here!
</div>
</body>