-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 1.82 KB
/
index.html
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
<!doctype html>
<html lang="fa">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favIcon.ico" />
<link
rel="preload"
href="/src/assets/fonts/iransansx/woff2/IRANSansXFaNum-Medium.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="/src/assets/fonts/iransansx/woff2/IRANSansXFaNum-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Snappfood! Code Challenge</title>
<meta
name="title"
content="Snappfood! Code Challenge
"
/>
<meta name="description" content="Developed in React with TypeScript, Redux, RTK Query, and SASS" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://snappfood.gh-masoud.ir/" />
<meta
property="og:title"
content="Snappfood! Code Challenge
"
/>
<meta property="og:description" content="Developed in React with TypeScript, Redux, RTK Query, and SASS" />
<meta property="og:image" content="/repo.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://snappfood.gh-masoud.ir/" />
<meta
property="twitter:title"
content="Snappfood! Code Challenge
"
/>
<meta property="twitter:description" content="Developed in React with TypeScript, Redux, RTK Query, and SASS" />
<meta property="twitter:image" content="/repo.jpg" />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<main id="app"></main>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>