Backend moved to a separate repository

This commit is contained in:
2026-07-14 09:59:03 +03:00
Unverified
parent 1cc5294d52
commit 5f9d9a78d3
340 changed files with 198 additions and 21988 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="ru" class="mdui-theme-dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loading...</title>
<link rel="icon" href="./images/logo.svg" />
</head>
<body>
<div id="root"></div>
<script src="main/main.tsx" type="module"></script>
</body>
</html>