From f5c3dbb87a5b69be3157b566228c6981cc3dc817 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Mon, 14 Apr 2025 17:02:16 +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