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.
78 lines
2.7 KiB
78 lines
2.7 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" />
|
|
<% } %>
|
|
</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>
|
|
<!-- Matomo -->
|
|
<script>
|
|
var _paq = window._paq = window._paq || [];
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//matomo.insports.tv/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '1']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<!-- End Matomo Code -->
|
|
<% } %>
|
|
<!-- 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 -->
|
|
</body>
|
|
</html>
|
|
|