From 1f6f02d7d6f56e642d6fd4594fd517b120e7c89c Mon Sep 17 00:00:00 2001 From: Walid Bekkal Date: Thu, 10 Nov 2022 15:02:16 +0100 Subject: [PATCH] added php basic site --- public/testsite/basique.html | 23 ----------------------- public/testsite/basique.php | 9 +++++++++ 2 files changed, 9 insertions(+), 23 deletions(-) create mode 100644 public/testsite/basique.php diff --git a/public/testsite/basique.html b/public/testsite/basique.html index a8a8376..34e5181 100644 --- a/public/testsite/basique.html +++ b/public/testsite/basique.html @@ -1,27 +1,5 @@ -<<<<<<< HEAD - - - WOW - - -

CECI EST UN AVERTISSEMENT

-

NE CLIQUEZ SURTOUT PAS SUR LE BOUTON CI-DESSOUS

- - - -======= @@ -60,5 +38,4 @@ ->>>>>>> 5374275 (save 22-11-2) diff --git a/public/testsite/basique.php b/public/testsite/basique.php new file mode 100644 index 0000000..0a3fb39 --- /dev/null +++ b/public/testsite/basique.php @@ -0,0 +1,9 @@ + + + PHP Test + + + Hello World

'; ?> + + + \ No newline at end of file