work-graph-simple/index.html
2025-07-07 22:48:20 -04:00

11 lines
238 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script src="app.js" type="module">
</script>
</body>
</html>