You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.0 KiB
56 lines
2.0 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1 user-scalable=0"
|
|
/>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<meta name="description" content=""/>
|
|
<title></title>
|
|
<% if (process.env.REACT_APP_TYPE === 'ott') { %>
|
|
<link
|
|
rel="icon"
|
|
href="%PUBLIC_URL%/clients/%REACT_APP_CLIENT%/favicon/favicon.ico"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
type="image/png"
|
|
href="%PUBLIC_URL%/clients/%REACT_APP_CLIENT%/favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="%PUBLIC_URL%/clients/%REACT_APP_CLIENT%/favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="%PUBLIC_URL%/clients/%REACT_APP_CLIENT%/favicon/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="%PUBLIC_URL%/clients/%REACT_APP_CLIENT%/favicon/manifest.json" />
|
|
<% } %>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="modal-root"></div>
|
|
<div id="root"></div>
|
|
<!--Start of Zendesk Chat Script-->
|
|
<script type="text/javascript">
|
|
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
|
|
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
|
|
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute("charset","utf-8");
|
|
$.src="https://v2.zopim.com/?4XmH9AAhZQdZEM8bAELzxRok01q4QXut";z.t=+new Date;$.
|
|
type="text/javascript";e.parentNode.insertBefore($,e)})(document,"script");
|
|
</script>
|
|
<!--End of Zendesk Chat Script-->
|
|
</body>
|
|
</html>
|
|
|