Initial commit

This commit is contained in:
2025-02-18 21:56:51 +03:00
commit b56e6b5e46
19 changed files with 6998 additions and 0 deletions

13
frontend/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DApp for Business</title>
</head>
<body>
<div id="app"></div>
<!-- Vite автоматически вставит сюда ваш JavaScript -->
<script type="module" src="/src/main.js"></script>
</body>
</html>