38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
<!doctype html>
|
||
<html lang="fa">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" href="/favicon.ico" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-touch-fullscreen" content="yes" />
|
||
<meta name="apple-mobile-web-app-title" content="Expo" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||
<link
|
||
rel="apple-touch-icon"
|
||
href="/apple-touch-icon-180x180.png"
|
||
sizes="180x180"
|
||
/>
|
||
<meta property="og:title" content="سالونا | راه حلی نوین در صنعت زیبایی" />
|
||
<meta
|
||
property="og:description"
|
||
content="Salona بستری برای ارائه ابزارهای نوآورانه به آرایشگاه ها و سالن های زیبایی است."
|
||
/>
|
||
<meta property="og:url" content="https://mysalona.ir/" />
|
||
<meta property="og:site_name" content="سالونا" />
|
||
<meta property="og:locale" content="fa_IR" />
|
||
<meta property="og:type" content="website" />
|
||
<meta
|
||
name="viewport"
|
||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||
/>
|
||
<meta name="theme-color" content="#FFFFFF" />
|
||
<meta name="color-scheme" content="light" />
|
||
<title>Salona</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|