-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (39 loc) · 1.37 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, viewport-fit=cover, user-scalable=no"
/>
<meta name="enamad" content="7531414" />
<meta name="theme-color" content="#eb6564" />
<meta
name="description"
content="جایی برای کشف گنجینه های مخفی و خرید های با ارزش"
/>
<title>Dozar web app</title>
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="/public/dozar-logo192.png" />
<link
rel="apple-touch-icon"
sizes="48x48"
href="/public/dozar-logo48.png"
/>
<link rel="apple-touch-startup-image" href="/public/dozar-splash.jpg" />
<link rel="manifest" href="/public/manifest.json" />
<link
rel="shortcut icon"
href="/public/dozar.ico"
type="image/x-icon"
/>
</head>
<body>
<div id="root" class="root"></div>
<script src="/app/index.tsx" type="module"></script>
</body>
</html>