You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
758 B

<!doctype html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>داشبورد مدیریت</title>
<!-- پیکربندی محیطِ runtime: در پروداکشن توسط entrypoint کانتینر بازنویسی
می‌شود (window.__ENV__). در dev این استابِ خالی است و app به
import.meta.env (از .env) fallback می‌کند. باید قبل از باندل لود شود. -->
<script src="/config.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>