2023-12-30 16:43:08 +01:00

15 lines
447 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tree sitter test</title>
</head>
<body style="padding: 0; margin: 0">
<textarea id="code" style="width: 100%"></textarea>
<div id="graph"></div>
<script type="module" src="/main.js"></script>
</body>
</html>