commit 3e6e17d8498e21d7f929530cfa362a20ef95a2c3 Author: maxime.batista Date: Thu Oct 19 12:23:18 2023 +0200 initial commit 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