mon premier commit

This commit is contained in:
bertrand.user4
2026-04-15 07:10:24 +00:00
commit d77e55558b
3 changed files with 66 additions and 0 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Mon Site DevOps</title>
</head>
<body>
<h1>Bienvenue sur mon site</h1>
<p>Déployé automatiquement avec CI/CD !</p>
</body>
</html>