From 985c574f3490c7fe0f332d9c5e8be2fa7bb9a72a Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Tue, 11 Feb 2025 17:54:50 +0100 Subject: [PATCH] Initial commit --- index.html | 11 +++++++++++ script.js | 0 style.css | 0 3 files changed, 11 insertions(+) create mode 100644 index.html create mode 100644 script.js create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..30961fd --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + Titolo + + + + + + diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29