diff --git a/public/testsite/sinj.gif b/public/images/monkey.gif similarity index 100% rename from public/testsite/sinj.gif rename to public/images/monkey.gif diff --git a/public/testsite/404error.jpeg b/public/testsite/404error.jpeg new file mode 100644 index 0000000..aab8f7d Binary files /dev/null and b/public/testsite/404error.jpeg differ diff --git a/public/testsite/503error.jpeg b/public/testsite/503error.jpeg new file mode 100644 index 0000000..ec122fe Binary files /dev/null and b/public/testsite/503error.jpeg differ diff --git a/public/testsite/basique.html b/public/testsite/basique.html index 34e5181..111a447 100644 --- a/public/testsite/basique.html +++ b/public/testsite/basique.html @@ -19,7 +19,7 @@ document.querySelector('body').innerHTML = ''; const button2 = document.querySelector('button.second'); button2.addEventListener('click', function () { - document.querySelector('body').innerHTML = ''; + document.querySelector('body').innerHTML = ''; }); }); diff --git a/public/testsite/basique.php b/public/testsite/basique.php index 0a3fb39..494265e 100644 --- a/public/testsite/basique.php +++ b/public/testsite/basique.php @@ -3,7 +3,6 @@ PHP Test - Hello World

'; ?> - + PHP page

'; ?> \ No newline at end of file diff --git a/public/testsite/error404.html b/public/testsite/error404.html new file mode 100644 index 0000000..f30ec71 --- /dev/null +++ b/public/testsite/error404.html @@ -0,0 +1,16 @@ + + + + + 404 ERROR + + +

404 ERROR

+

there is no page here you monkey, go away

+ + + + \ No newline at end of file diff --git a/public/testsite/error503.html b/public/testsite/error503.html new file mode 100644 index 0000000..0c79b75 --- /dev/null +++ b/public/testsite/error503.html @@ -0,0 +1,16 @@ + + + + + 404 ERROR + + +

503 SERVICE UNAVAILABLE

+

sorry for this desagrement, our best engineers are working to better your experience on our website

+ + + + \ No newline at end of file