Premier pipeline CI
All checks were successful
Tests / test (push) Successful in 45s

This commit is contained in:
Votre Nom
2026-04-14 13:42:31 +00:00
commit 0414a14630
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>