first commit

This commit is contained in:
2026-03-26 15:18:58 +03:00
parent bc9a8634f9
commit 7957669cd9
1331 changed files with 131661 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/demo/public/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ParsShop - پنل مدیریت</title>
<!-- Preload YekanBakh Font -->
<link rel="preload" href="/src/assets/fonts/YekanBakhFaNum-Regular.woff" as="font" type="font/woff" crossorigin="anonymous">
<link rel="preload" href="/src/assets/fonts/YekanBakhFaNum-Bold.woff" as="font" type="font/woff" crossorigin="anonymous">
</head>
<body class="font-yekan">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>