first commit

This commit is contained in:
2026-01-19 13:08:58 +03:30
commit 850b4a3f1e
293 changed files with 51775 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/images/fav.png" />
<link href="/src/styles.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>سامانه رصددام</title>
</head>
<body dir="rtl" class="bg-white dark:bg-dark-900">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>