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.
76 lines
2.9 KiB
76 lines
2.9 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@300;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"
|
|
sizes="180x180"
|
|
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" />
|
|
<meta
|
|
name="msapplication-config"
|
|
content="%PUBLIC_URL%/clients/%REACT_APP_CLIENT%/favicon/browserconfig.xml" />
|
|
<% } %>
|
|
<!-- Google Tag Manager -->
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
})(window,document,'script','dataLayer','GTM-5K7GHJB');</script>
|
|
<!-- End Google Tag Manager -->
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="modal-root"></div>
|
|
<div id="root"></div>
|
|
<!-- Start of tv-instat Zendesk Widget script -->
|
|
<% if (process.env.REACT_APP_TYPE === 'ott') { %>
|
|
<script
|
|
async
|
|
id="ze-snippet"
|
|
src="https://static.zdassets.com/ekr/snippet.js?key=2f84e9fe-830c-42bf-afa4-32c90d7c5f7b"
|
|
></script>
|
|
<% } %>
|
|
<!-- End of tv-instat Zendesk Widget script -->
|
|
<!-- Start of ChromeCast script -->
|
|
<script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
|
|
<!-- End of ChromeCast script -->
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript>
|
|
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5K7GHJB"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
|
</noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
</body>
|
|
</html>
|
|
|