59 lines
2.9 KiB
PHP
59 lines
2.9 KiB
PHP
<? CJSCore::Init(array("jquery3")); ?>
|
|
<!-- 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_SITE_KEY; ?>');</script>
|
|
<!-- End Google Tag Manager -->
|
|
<? $APPLICATION->SetAdditionalCSS("/local/templates/evolution/css/style.css"); ?>
|
|
<? $APPLICATION->AddHeadScript('/local/templates/evolution/js/react.production.min.js'); ?>
|
|
<? $APPLICATION->AddHeadScript('/local/templates/evolution/js/react-dom.production.min.js'); ?>
|
|
<? $APPLICATION->AddHeadScript('/local/templates/evolution/js/babel.min.js'); ?>
|
|
|
|
<!--<script src="" crossorigin></script>-->
|
|
<!--<script src="" crossorigin></script>-->
|
|
<!--<script src=""></script>-->
|
|
|
|
<? $APPLICATION->ShowHead(); ?>
|
|
<title><? $APPLICATION->ShowTitle(); ?></title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
|
|
<meta name="msapplication-TileColor" content="#1C01A9" />
|
|
<meta name="msapplication-TileImage" content="/favicon/favicon_144.png" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap" rel="stylesheet">
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
|
|
<link rel="icon" type="image/png" href="/favicon/favicon_16.png" sizes="16x16" />
|
|
<link rel="icon" type="image/png" href="/favicon/favicon_32.png" sizes="32x32" />
|
|
<link rel="icon" type="image/png" href="/favicon/favicon_96.png" sizes="96x96" />
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/favicon_57.png" />
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/favicon_72.png" />
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/favicon_144.png" />
|
|
<link rel="apple-touch-icon" sizes="64x64" href="/favicon/favicon_64.png" />
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/favicon_120.png" />
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/favicon_72.png" />
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/favicon_152.png" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="/favicon/favicon_152.png" />
|
|
<meta property="og:description" content="" />
|
|
|
|
<meta name="theme-color" content="#1C01A9" />
|
|
<meta name="recaptcha_site_key" content="<?= RECAPTCHA_SITE_KEY; ?>" />
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"url": "https://<?= SITE_SERVER_NAME; ?>",
|
|
"logo": "https://<?= SITE_SERVER_NAME; ?>/images/logo.svg"
|
|
}
|
|
</script>
|
|
<script type="text/javascript">
|
|
var __cs = __cs || [];
|
|
__cs.push(["setCsAccount", "<?= COMAGIC_ACCOUNT; ?>"]);
|
|
</script>
|