From 3e6e17d8498e21d7f929530cfa362a20ef95a2c3 Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Thu, 19 Oct 2023 12:23:18 +0200 Subject: [PATCH] initial commit --- .gitignore | 1 + README.md | 2 ++ index.php | 16 ++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 index.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/README.md b/README.md new file mode 100644 index 0000000..50c3e73 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# IQBall - Web Application +This repository hosts the IQBall application for web diff --git a/index.php b/index.php new file mode 100644 index 0000000..228703a --- /dev/null +++ b/index.php @@ -0,0 +1,16 @@ + + + + + + + Document + + +

Hello world

+hello world" +?> + + \ No newline at end of file