From bda7717fcc1297f1d8c93c50bb37971f8ceeb757 Mon Sep 17 00:00:00 2001 From: ASTIER Yann Date: Mon, 9 Sep 2024 15:29:59 +0200 Subject: [PATCH] First commit --- .gitignore | 6 ++++++ public/index.html | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 public/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0e75a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +#logs +logs.log +*.log + +#temp +temp.tmp \ No newline at end of file diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/public/index.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file