From e540f960919533e12384940d2eba5d9d063402f7 Mon Sep 17 00:00:00 2001 From: Rayane Belguebli <rayane.belguebli.etu@univ-lille.fr> Date: Mon, 8 Apr 2024 11:23:49 +0200 Subject: [PATCH] add titre --- client/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index 41ec37b..abb4f6e 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>ça geek</title> + <title>Bill Blitz Squadrons</title> <link rel="shortcut icon" href="images/favicon.ico" /> <link rel="stylesheet" href="css/main.css" /> @@ -20,7 +20,7 @@ <div class='air air4'></div> <div class="vide"></div> <div class="divMain"> - <h1>ça geek</h1> + <h1>Bill Blitz Squadrons</h1> <!-- Champ d'entrée pour le pseudo --> <div id="pseudoInput" contenteditable="true" placeholder="Entrez votre pseudo"></div> -- GitLab