-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 2.33 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ماساژ درمانی حرفهای | آرامش و تجدید قوا</title>
<meta name="description" content="تجربه ماساژ درمانی حرفهای در محیطی آرام و دلنشین. جلسه آرامش خود را امروز رزرو کنید." />
<meta name="author" content="استودیو ماساژ درمانی" />
<!-- فونت فارسی Vazirmatn -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- آیکونهای جدید (مهم) -->
<link rel="icon" href="/massage.png" sizes="any">
<link rel="apple-touch-icon" href="/massage.png">
<link rel="icon" type="image/png" sizes="32x32" href="/massage.png">
<link rel="icon" type="image/png" sizes="16x16" href="/massage.png">
<!-- Open Graph – تلگرام، واتساپ، اینستاگرام و ... -->
<meta property="og:title" content="ماساژ درمانی حرفهای | آرامش و تجدید قوا" />
<meta property="og:description" content="تجربه ماساژ درمانی حرفهای در محیطی آرام و دلنشین. جلسه آرامش خود را امروز رزرو کنید." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.jpg" />
<meta property="og:url" content="https://massor-zen-reserve.ir" />
<meta property="og:site_name" content="ماسور ذن ریزرو" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="ماساژ درمانی حرفهای | آرامش و تجدید قوا" />
<meta name="twitter:description" content="تجربه ماساژ درمانی حرفهای در محیطی آرام و دلنشین. جلسه آرامش خود را امروز رزرو کنید." />
<meta name="twitter:image" content="/og-image.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>