Files
monsite3/index.html
user3 21a1a8a522
Some checks failed
Tests / test (push) Failing after 3s
3
2026-04-15 09:46:51 +00:00

11 lines
230 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Mon Site DevOps user3</title>
</head>
<body>
<h1>Bienvenue sur mon site user3</h1>
<p>Déployé automatiquement avec CI/CD !</p>
</body>
</html>