diff --git a/index.html b/index.html index 9d6956f..efceda1 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@ /> - + const mailButton = document.getElementById("mail"); mailButton.addEventListener("click", () => { - console.log("hi" + "@" + window.location.hostname); + window.alert("hi" + "@" + window.location.hostname); });