From 3a31cad1b32ce9ebc01f899b1a251539854ffa2e Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Mon, 24 Mar 2025 15:08:39 +0100 Subject: [PATCH] Initial commit --- index.html | 12 ++++++++++++ script.js | 0 style.css | 0 3 files changed, 12 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..00631d4 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + 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