mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 10:10:47 +00:00
Added email contact on home, better view.
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user