From a232759c7de5347bef7c75bd7063d902215a1565 Mon Sep 17 00:00:00 2001 From: auriane Date: Wed, 8 Jan 2025 15:09:50 +0100 Subject: [PATCH 1/2] doc: specification licence --- LICENCE | 1 + 1 file changed, 1 insertion(+) create mode 100644 LICENCE diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..e560e31 --- /dev/null +++ b/LICENCE @@ -0,0 +1 @@ +MIT LICENCE -- 2.41.0 From 74b58136b05fe5f323782ae5ff80803878023e39 Mon Sep 17 00:00:00 2001 From: auriane Date: Wed, 8 Jan 2025 15:26:20 +0100 Subject: [PATCH 2/2] feat: init project --- index.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..bb39393 --- /dev/null +++ b/index.php @@ -0,0 +1,3 @@ + -- 2.41.0