moved to deno to bundle website

This commit is contained in:
Parker TenBroeck 2026-01-06 23:22:50 -05:00
parent c35d7a9192
commit 7629bdab6d
28 changed files with 1534 additions and 41961 deletions

View file

@ -5,11 +5,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Automata</title>
<link rel="stylesheet" href="https://unpkg.com/vis-network/styles/vis-network.min.css">
<link href="editor.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
@ -46,7 +43,7 @@
</div>
<script type="module" src="index.js"></script>
<script type="module" src="src/main.ts"></script>
</body>
</html>