-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 2.48 KB
/
index.html
File metadata and controls
44 lines (40 loc) · 2.48 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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<link rel="icon" href="#__BASE_URL__/favicon.ico" sizes="any" />
<link rel="icon" href="#__BASE_URL__/favicon.svg" type="image/svg+xml" />
<link rel="manifest" href="#__BASE_URL__/manifest.webmanifest" />
<meta name="locale" content="en-US" />
<meta name="ROBOTS" content="NONE, NOARCHIVE" />
<meta name="GOOGLEBOT" content="NOARCHIVE" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<meta name="description" content="This is the description for Precise Alloy page." />
<title>B2C Home</title>
<meta name="twitter:image" content="#__BASE_URL__/icons/apple-touch-icon.png" />
<meta name="og:image" content="#__BASE_URL__/icons/apple-touch-icon.png" />
<meta name="theme-color" content="#fff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#fff" media="(prefers-color-scheme: dark)" />
<link rel="apple-touch-icon" sizes="180x180" href="#__BASE_URL__/icons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="#__BASE_URL__/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="#__BASE_URL__/icons/favicon-16x16.png" />
<link rel="manifest" href="#__BASE_URL__/manifest.json" crossorigin />
<link rel="stylesheet" href="#__BASE_URL__/assets/css/style-base.css" as="style" />
<link rel="stylesheet" href="#__BASE_URL__/assets/css/pl-states.css" as="style" />
<link rel="preload" href="#__BASE_URL__/assets/fonts/work-sans/WorkSans.woff2" as="font" type="font/woff2" />
<link rel="preload" href="#__BASE_URL__/assets/fonts/crimson-text/CrimsonText.woff2" as="font" type="font/woff2" />
<script defer src="#__BASE_URL__/assets/js/color-mode.js"></script>
<script src="#__BASE_URL__/assets/js/theme-critical.js"></script>
<script defer src="#__BASE_URL__/assets/js/main.js"></script>
<!-- Don't include this line in a production site -->
<script type="module" src="#__BASE_URL__/assets/js/mock-api.js"></script>
<!-- Don't include this line in a production site -->
</head>
<body>
<!--app-html-->
<script type="module" src="@xpack/react-loader-init.tsx"></script>
<script type="module" defer src="#__BASE_URL__/assets/js/pl-states.js"></script>
</body>
</html>