Compare commits

...

8 Commits

Author SHA1 Message Date
DURAND Solal
e963616d15 Merge tag '1.0.0' into develop
1.0.0
2025-09-16 10:28:58 +02:00
DURAND Solal
451271655a Merge branch 'release/1.0.0' 2025-09-16 10:28:36 +02:00
DURAND Solal
3299e67fa6 Correction du header dans index 2025-09-16 10:28:27 +02:00
DURAND Solal
f3fad4e101 Ajout d'un footer dans index 2025-09-16 09:28:36 +02:00
DURAND Solal
2898374560 Merge branch 'feature/header' into develop 2025-09-16 09:14:23 +02:00
DURAND Solal
c5770c8d93 Deuxieme commit sur la branche feature/header 2025-09-16 09:13:50 +02:00
DURAND Solal
b31b541e86 Premier commit sur la branche feature/header 2025-09-16 09:10:52 +02:00
DURAND Solal
61b6ddb810 Premier commit sur la branche develop 2025-09-16 09:01:29 +02:00

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Projet Site Web</title>
</head>
<body>
<header>
<h2>Entreprise - service & Colation</h2>
</header>
<h1> CACA</h1>
<footer>
<p>&copy; 2025 - Solal</p>
</footer>
</body>
</html>