diff --git a/chisiamo.html b/chisiamo.html index 234079f..a542d36 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: Server foto non raggiungibile.

+

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

ER-TPL รจ in vita da:

diff --git a/index.html b/index.html index d2704bd..d560859 100644 --- a/index.html +++ b/index.html @@ -60,8 +60,9 @@ + diff --git a/scripts/ertpl.js b/scripts/ertpl.js index e5f633e..572948a 100644 --- a/scripts/ertpl.js +++ b/scripts/ertpl.js @@ -51,4 +51,16 @@ function updateTimer() { function chisiamoInizializza() { updateTimer(); setInterval(updateTimer, 1000); +} + +function mostraemail() { + document.getElementById("email").innerHTML = ""; + const p1 = "info"; + const p2 = "."; + const p3 = "ertpl"; + const p4 = "@"; + const p5 = "gmail"; + const p6 = "."; + const p7 = "com"; + document.getElementById("email").innerHTML = p1+p2+p3+p4+p5+p6+p7; } \ No newline at end of file diff --git a/style.css b/style.css index d1d4d9b..029d761 100644 --- a/style.css +++ b/style.css @@ -201,6 +201,14 @@ table.image-table img { max-width: 100%; height: auto; } +.bottone{ + border: none; + background: none; + text-decoration: underline; + color: rgb(0, 255, 0); + font-family: Titillium Web; + font-size: medium; +} @media (max-width: 768px) { table.image-table { width: 100%;