Ilya Ashikhmin d6903bd3cb feat: scaffold Vite + React + TS app with JointJS and Tauri deps
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 23:06:47 +02:00

13 lines
310 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pipeline Diagram Editor</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>