From dd8f3fa4ef35ea28b6477bab36e16c440c434f91 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Tue, 18 Feb 2025 16:29:46 +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