-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (37 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#ffffff" />
<meta name="msapplication-TileColor" content="#232326" />
<meta name="theme-color" content="#ffffff" />
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/images/icons/manifest.json">
<title>CRM</title>
<script>
var global = global || window;
</script>
<link rel="preload" as="style" onload="this.rel='stylesheet'" href="/vendors/font-awesome-v5.css" />
<link rel="preload" as="style" onload="this.rel='stylesheet'" href="/vendors/line-icons-pro.css" />
<link rel="preload" as="style" onload="this.rel='stylesheet'" href="/vendors/prism-coldark-cold.css" />
<link rel="preload" as="style" onload="this.rel='stylesheet'"
href="//unicons.iconscout.com/release-pro/v4.0.0/css/thinline.css?key=d9d99110-648f-11ec-9990-0242ac140003" />
<link
href="https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<div data-teleport-bg></div>
<div id="app" class="app-wrapper"></div>
<script type="module" src="/src/entry-client.ts"></script>
</body>
</html>