diff --git a/public_html/assets/phone/micasend.png b/public_html/assets/phone/micasend.png new file mode 100644 index 0000000..74d0336 Binary files /dev/null and b/public_html/assets/phone/micasend.png differ diff --git a/public_html/game.html b/public_html/game.html index ab8748c..b7e4e2c 100644 --- a/public_html/game.html +++ b/public_html/game.html @@ -48,6 +48,7 @@ + diff --git a/public_html/js/phone.js b/public_html/js/phone.js index 91d12e2..a7e5358 100644 --- a/public_html/js/phone.js +++ b/public_html/js/phone.js @@ -42,6 +42,10 @@ class Phone{ document.getElementById("appli-lest").addEventListener("click", (e) => { this.webviewName = "Lester"; this.changeWindow("assets/phone/webview/lester.html"); + }); + document.getElementById("appli-micasend").addEventListener("click", (e) => { + this.webviewName = "Micasend"; + this.changeWindow("https://micasend.magictintin.fr"); }); }