Commented away useless CSS and script imports.

This commit is contained in:
Daru13 2019-04-23 01:59:28 +02:00
parent aecc5172de
commit c29f95d6a2

View file

@ -11,8 +11,8 @@
<link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/tipso.css"> <!--<link rel="stylesheet" href="css/tipso.css">
<link rel="stylesheet" href="css/calendar.css"> <!--<link rel="stylesheet" href="css/calendar.css">-->
</head> </head>
<body> <body>
<header id="main-header"> <header id="main-header">
@ -128,11 +128,11 @@
<table id="acknowledgements"> <table id="acknowledgements">
<tr> <tr>
<td class="name">Camille Gobert</td> <td class="name">Camille Gobert</td>
<td class="role">, communication graphique et site web</td> <td class="role">graphisme et développement web</td>
</tr> </tr>
<tr> <tr>
<td class="name">Christian Huet</td> <td class="name">Christian Huet</td>
<td class="role">, régisseur du théâtre de l'ENS</td> <td class="role">régisseur du théâtre de l'ENS</td>
</tr> </tr>
</table> </table>
</section> </section>
@ -140,7 +140,7 @@
<!-- Note: tipso plugin requires the full jQuery library, the slim one is not sufficient --> <!-- Note: tipso plugin requires the full jQuery library, the slim one is not sufficient -->
<!-- <script type="text/javascript" src="js/jquery-3.3.1.slim.min.js"></script> --> <!-- <script type="text/javascript" src="js/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script> <!--<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>-->
<script type="text/javascript" src="js/triangles-mask.js"></script> <script type="text/javascript" src="js/triangles-mask.js"></script>
<!--<script type="text/javascript" src="js/tipso.min.js"></script>--> <!--<script type="text/javascript" src="js/tipso.min.js"></script>-->
<!--<script type="text/javascript" src="js/interval_coloration.js"></script>--> <!--<script type="text/javascript" src="js/interval_coloration.js"></script>-->