Files
mon-site/index.html
Votre Nom be2650dc93
All checks were successful
CI/CD Pipeline / test (push) Successful in 10s
CI/CD Pipeline / deploy (push) Successful in 14s
Ajout build et deploy
2026-04-14 13:47:07 +00:00

11 lines
218 B
HTML

<!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>