From 82589d2bb4aebe444ee42a41fde3298ff3b9f6de Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Thu, 3 Apr 2025 18:38:09 +0200 Subject: [PATCH] commit definitivo --- index.html | 3 ++- style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9e42861..40fc423 100644 --- a/index.html +++ b/index.html @@ -423,7 +423,8 @@ if (!response.ok) throw new Error(`Errore HTTP: ${response.status}`); - const result = await response.text(); + + const result = await response.text(); //Ferma frasi di caricamento clearInterval(loadingInterval); diff --git a/style.css b/style.css index 491f99a..bd185fa 100644 --- a/style.css +++ b/style.css @@ -66,4 +66,5 @@ #trovaSegno > :not(#link){ display: none; -} \ No newline at end of file +} +