-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (48 loc) · 2.42 KB
/
index.html
File metadata and controls
61 lines (48 loc) · 2.42 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/icons/icon-96x96.png" type="image/x-icon">
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8' />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name='subject' content='Widgetify - ویجتیفای' />
<meta name='description'
content='ویجتیفای یک پلتفرم متن باز است که برای نمایش قیمت های ارزهای دیجیتال طراحی شده است.' />
<meta name='keywords'
content='widgetify, widget, cryptocurrency, قیمت دلار، برنامه قیمت دلار، قیمت تتر، برنامه اندروید نرخ ارزها' />
<meta name='author' content='sajjadmrx' />
<meta name='robots' content='index, follow' />
<meta name="og:title" content="Widgetify - ویجتیفای" />
<meta name="og:description"
content="ویجتیفای یک پلتفرم متن باز است که برای نمایش قیمت های ارزهای دیجیتال طراحی شده است." />
<meta name="og:image" content="/icons/icon-512x512.png" />
<meta name="og:url" content="https://widgetify.ir" />
<meta name="og:site_name" content="Widgetify - ویجتیفای" />
<meta name="og:locale" content="fa_IR" />
<meta name="og:type" content="website" />
<meta name="og:locale:alternate" content="en_US" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@sajjadmrx" />
<meta name="twitter:creator" content="@sajjadmrx" />
<meta name="twitter:title" content="Widgetify - ویجتیفای" />
<meta name="twitter:description"
content="ویجتیفای یک پلتفرم متن باز است که برای نمایش قیمت های ارزهای دیجیتال طراحی شده است." />
<meta name="twitter:image" content="/icons/icon-512x512.png" />
<meta name="twitter:image:alt" content="Widgetify - ویجتیفای" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LQ7NHBTWJ2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-LQ7NHBTWJ2');
</script>
<title>
Widgetify - ویجتیفای
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>