Woooh, plein de nouveaux fichiers. Ajout des discussions avec des jolies classes.

This commit is contained in:
Mysaa
2021-06-05 20:09:07 +02:00
parent 20a9f135e7
commit 2ea296cd61
52 changed files with 7560 additions and 658 deletions
+14 -6
View File
@@ -1,11 +1,19 @@
<title>Le site de tous les bernards !</title>
<meta charset="utf-8" />
<meta name="keywords" lang="fr" content="cercloid officiel, zx project" />
<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 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>