Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Apr 3, 2024
1 parent 20a87d5 commit b144c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Site/Js/JsSite/menu.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*if (window.location.protocol != "https:") {
if (window.location.protocol != "https:") {
window.location.protocol="https:";
}*/
}

document.addEventListener("contextmenu", function (event) {
event.preventDefault();
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="carte">
<div>
<p>Amarantis</p>
<img class="carteImg" src="/Site/ImageGame/village.png" alt="Village">
<img class="carteImg" src="Site/ImageGame/village.png" alt="Village">
</div>
</div>

Expand Down

0 comments on commit b144c59

Please sign in to comment.