24 lines
940 B
Twig
24 lines
940 B
Twig
<!DOCTYPE html>
|
|
<html lang="fa" dir="rtl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ClinicPro Admin</title>
|
|
<link rel="icon" type="image/svg+xml" href="/logo.svg">
|
|
<link rel="icon" href="/logo.svg">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="theme-color" content="#5559CE">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<meta name="apple-mobile-web-app-title" content="ClinicPro">
|
|
<link rel="apple-touch-icon" href="/logo.svg">
|
|
{# Vazirmatn is bundled locally via @fontsource in styles.css; no external font CDN (CSP-safe). #}
|
|
{{ encore_entry_link_tags('admin') }}
|
|
</head>
|
|
<body>
|
|
<div id="admin-root"></div>
|
|
{{ encore_entry_script_tags('admin') }}
|
|
</body>
|
|
</html>
|