From a08b19f9a0894607a85b6ae5ec02d9ac0def8b3e Mon Sep 17 00:00:00 2001 From: keraudre <yann.keraudren@etu-upec.fr> Date: Thu, 30 May 2024 16:05:31 +0200 Subject: [PATCH] mise en place du .gitignore --- codeigniter/application/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/codeigniter/application/index.html b/codeigniter/application/index.html index b702fbc..7fc12fd 100644 --- a/codeigniter/application/index.html +++ b/codeigniter/application/index.html @@ -1,11 +1,11 @@ <!DOCTYPE html> <html> -<head> - <title>403 Forbidden</title> -</head> -<body> + <head> + <title>403 Forbidden</title> + </head> + <body> -<p>Directory access is forbidden.</p> + <p>Directory access is forbidden.</p> -</body> + </body> </html>