36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<!doctype html>
|
||
<html lang="fa">
|
||
<head>
|
||
<!-- <meta name="theme-color" content="#96E6B3" />-->
|
||
<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-status-bar-style" content="black-translucent" />
|
||
<!-- For fullscreen web apps on iOS -->
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<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, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
|
||
|
||
<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>
|