Skip to content

Commit

Permalink
💄 character encoding + logo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeGambette authored Jun 22, 2024
1 parent 54daf7d commit 358ccc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@
function download_results() {
var new_document = document.implementation.createHTMLDocument("Résultats");
new_document.documentElement.lang = document.documentElement.lang;
new_document.head.appendChild(new_document.importNode(document.querySelector("meta")));
new_document.body.appendChild(new_document.importNode(document.querySelector("style")));
new_document.querySelector("style").innerHTML = document.querySelector("style").innerHTML;
new_document.body.appendChild(new_document.importNode(document.querySelector("header"), true));
Expand Down Expand Up @@ -979,7 +980,7 @@
<header>
<div id="logo_div">
<a href="./index.html" id="logo_anchor">
<img width="90" height="90" src="./logoIGM-300x298.png" alt="Laboratoire d'Informatique Gaspard-Monge" decoding="async">
<img height="90" src="https://siteigm.univ-mlv.fr/wp-content/uploads/2021/10/LIGM-CMJN-couleurs-300dpi-1.png" alt="Laboratoire d'Informatique Gaspard-Monge" decoding="async">
</a>
</div>
<div id="titlediv">
Expand Down Expand Up @@ -1029,4 +1030,4 @@ <h1>COATL</h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit 358ccc1

Please sign in to comment.