massive refactoring, Svelte removing

This commit is contained in:
Gregory Bednov 2025-01-18 05:56:20 +03:00
commit ecf4feb870
22 changed files with 1121 additions and 561 deletions

16
index.html Normal file
View file

@ -0,0 +1,16 @@
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./src/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FSA Editor</title>
</head>
<body>
<div id="app"></div>
<div id="instrument-form"></div>
<div id="mechanism-form"></div>
<div id="diagram"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>