|
|
|
@ -15,7 +15,26 @@
|
|
|
|
|
<link href="/main.css" rel="stylesheet">
|
|
|
|
|
<link rel="stylesheet" href="/glide.core.min.css">
|
|
|
|
|
<link rel="stylesheet" href="/glide.theme.min.css">
|
|
|
|
|
|
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180181213-1"></script>
|
|
|
|
|
<script>
|
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
|
|
gtag('config', 'UA-180181213-1');
|
|
|
|
|
</script>
|
|
|
|
|
<!-- Hotjar Tracking Code for spolky.pedf.cuni.cz -->
|
|
|
|
|
<script>
|
|
|
|
|
(function(h,o,t,j,a,r){
|
|
|
|
|
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
|
|
|
|
h._hjSettings={hjid:2031974,hjsv:6};
|
|
|
|
|
a=o.getElementsByTagName('head')[0];
|
|
|
|
|
r=o.createElement('script');r.async=1;
|
|
|
|
|
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
|
|
|
|
|
a.appendChild(r);
|
|
|
|
|
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
|
|
|
|
|
</script>
|
|
|
|
|
%sapper.scripts%
|
|
|
|
|
|
|
|
|
|
%sapper.styles%
|
|
|
|
|