19 lines
864 B
PHP
19 lines
864 B
PHP
<title>Le site de tous les bernards !</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="keywords" lang="fr" content="cercloid officiel, zeidhyx project" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
<script type="text/x-mathjax-config"> MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); </script>
|
|
<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"> </script>
|
|
<script type="text/javascript">
|
|
var link = document.createElement( "link" );
|
|
link.type = "text/css";
|
|
link.rel = "stylesheet";
|
|
link.media = "screen,print";
|
|
if(!!navigator.userAgent.match(/firefox/i)){
|
|
link.href = "css/firefoxStyle.css";
|
|
}else{
|
|
link.href = "css/noFirefoxStyle.css";
|
|
}
|
|
document.getElementsByTagName("head")[0].appendChild( link );
|
|
</script> |