From 8716a45aac1557cf20a7e57e2b369bf08f65d66f Mon Sep 17 00:00:00 2001 From: Leocraft1 Date: Thu, 2 Oct 2025 18:29:57 +0200 Subject: [PATCH] Colore mail + maiuscola --- chisiamo.html | 2 +- scripts/ertpl.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chisiamo.html b/chisiamo.html index 0b21dd4..9cf5b09 100644 --- a/chisiamo.html +++ b/chisiamo.html @@ -40,7 +40,7 @@ - Erik Montagne
- PhotoTransport.06

-

Se vuoi mandarci foto scrivimi su discord: leo_craft1_6426, oppure manda una mail a:

+

Se vuoi mandarci foto scrivimi su discord: leo_craft1_6426, oppure manda una mail a:

ER-TPL รจ in vita da:

diff --git a/scripts/ertpl.js b/scripts/ertpl.js index ab94cf6..cb95003 100644 --- a/scripts/ertpl.js +++ b/scripts/ertpl.js @@ -65,6 +65,7 @@ function mostraemail() { const p6 = "."; const p7 = "com"; const link = document.getElementById("email").appendChild(document.createElement("a")); + link.setAttribute("class", "novita") link.innerHTML = p1+p2+p3+p4+p5+p6+p7; link.setAttribute("href", "mailto:" + p1+p2+p3+p4+p5+p6+p7); } \ No newline at end of file