From a4724370a03927bcc58e12c64c14a5fdfa6ffd00 Mon Sep 17 00:00:00 2001 From: Ricsimo237 <eric.simokouche@student.uclouvain.be> Date: Wed, 19 Feb 2025 09:40:52 +0100 Subject: [PATCH] Ajout d'un contenu a la page index.html Ajout d'un simple bonjour dans le fichier index.html --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8b13789..c226f86 100644 --- a/index.html +++ b/index.html @@ -1 +1,11 @@ - +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Document</title> +</head> +<body> + Bonjour +</body> +</html> -- GitLab