Delete script.js

This commit is contained in:
2025-06-13 16:58:08 +02:00
parent ef667db1be
commit 7f0c0c3539
-9
View File
@@ -1,9 +0,0 @@
function Invia(){
let txt = document.getElementById("txt_messaggio");
let messaggio = txt.value
txt.value = "";
let s = messaggio;
s += "<br>"
document.getElementById("testo").innerHTML += s;
}