Line 12... |
Line 12... |
12 |
<link href="https://www.google-analytics.com" rel="preconnect" crossorigin/>
|
12 |
<link href="https://www.google-analytics.com" rel="preconnect" crossorigin/>
|
13 |
<link href="https://connect.facebook.net" rel="preconnect" crossorigin/>
|
13 |
<link href="https://connect.facebook.net" rel="preconnect" crossorigin/>
|
14 |
<script nonce="<?php echo base64_encode($_SESSION["nonce"]); ?>">(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;var n=d.querySelector('[nonce]');n&&j.setAttribute('nonce',n.nonce||n.getAttribute('nonce'));f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-PCNTXZ7');</script>
|
14 |
<script nonce="<?php echo base64_encode($_SESSION["nonce"]); ?>">(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;var n=d.querySelector('[nonce]');n&&j.setAttribute('nonce',n.nonce||n.getAttribute('nonce'));f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-PCNTXZ7');</script>
|
15 |
<?php } ?>
|
15 |
<?php } ?>
|
16 |
|
16 |
|
17 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=swap" />
|
17 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=swap" nonce="<?php echo base64_encode($_SESSION["nonce"]); ?>" />
|
18 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
|
18 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
|
19 |
<link rel="stylesheet" href="<?php echo timeStampUrl("css/theme-" . (!empty($userTheme) ? $userTheme : "default") . ".min.css"); ?>" crossorigin="anonymous" />
|
19 |
<link rel="stylesheet" href="<?php echo timeStampUrl("css/theme-" . (!empty($userTheme) ? $userTheme : "default") . ".min.css"); ?>" integrity="sha384-<?php echo base64_encode(hash_file("sha384", "css/theme-" . (!empty($userTheme) ? $userTheme : "default") . ".min.css", true)); ?>" crossorigin="anonymous" />
|
20 |
<link rel="stylesheet" href=<?php echo timeStampUrl("css/style.min.css"); ?> integrity="sha384-an7kfkiYUkwxSfTl3yNLo3chN9auEM+T+tnGRP6lm0LzPrIFpW8NPMCU+44wip17" crossorigin="anonymous" />
|
20 |
<link rel="stylesheet" href=<?php echo timeStampUrl("css/style.min.css"); ?> integrity="sha384-<?php echo base64_encode(hash_file("sha384", "css/style.min.css", true)); ?>" crossorigin="anonymous" />
|
21 |
|
21 |
|
22 |
<script async defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script>
|
22 |
<script async defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script>
|
23 |
|
23 |
|
24 |
<?php if (in_array(getPGV('submit'), array("terms", "privacy"))) { ?>
|
24 |
<?php if (in_array(getPGV('submit'), array("terms", "privacy"))) { ?>
|
25 |
<script src=<?php echo timeStampUrl("js/email.min.js") ?> integrity="sha384-mhH9kMx1Mdvbo3YcDqbijqj7W+OeidXGEelzXBzH0bRloVvJsyu+RmiVPqz5IMek" crossorigin="anonymous"></script>
|
25 |
<script src=<?php echo timeStampUrl("js/email.min.js") ?> integrity="sha384-<?php echo base64_encode(hash_file("sha384", "js/email.min.js", true)); ?>" crossorigin="anonymous"></script>
|
26 |
<?php } ?>
|
26 |
<?php } ?>
|
27 |
|
27 |
|
28 |
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
28 |
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
29 |
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
29 |
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
30 |
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon/apple-icon-57x57.png">
|
30 |
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon/apple-icon-57x57.png">
|