Skip to content
Snippets Groups Projects
head.php 1.28 KiB
Newer Older
nicrausaz's avatar
nicrausaz committed
<meta charset="UTF-8"/>
nicrausaz's avatar
nicrausaz committed
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" href="./style/epfl2018/icons/favicon.png">
nicrausaz's avatar
nicrausaz committed
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="./assets/epfl2018/css/vendors.min.css">
<link rel="stylesheet" href="./assets/epfl2018/css/base.css">
<link rel="icon" type="image/png" href="./assets/img/favicon.png" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
nicrausaz's avatar
nicrausaz committed
<script src="./assets/epfl2018/js/vendors.min.js"></script>
<script src="./assets/epfl2018/js/vendors.bundle.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
nicrausaz's avatar
nicrausaz committed
<script src="./script.js"></script>
nicrausaz's avatar
nicrausaz committed
<style>.error { color: red!important; }</style>
nicrausaz's avatar
nicrausaz committed
<noscript>Veuillez Activer JavaScript pour utiliser le service de postulation !</noscript>
nicrausaz's avatar
nicrausaz committed
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130041798-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-130041798-1', { 'anonymize_ip': true });
</script>
<?php endif; ?>