PipeLine CI

This commit is contained in:
2026-04-15 07:09:32 +00:00
commit 4d6b26354b
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>