Ajout d'un header dans index.html

This commit is contained in:
Lallois
2025-09-16 08:39:22 +02:00
parent 9232536701
commit aa702257c1

View File

@@ -4,6 +4,9 @@
<meta charset="UTF-8">
<title>Projet Site Web</title>
</head>
<header>
<h2>Entreprise - Services & Solutions</h2>
</header>
<body>
<h1>Bienvenue sur le site de l'entreprise</h1>
</body>