From 9d1ed712c5d0dcf5eafd7302567b4144b7731b99 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Tue, 1 Apr 2025 16:28:11 +0200 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