Files
monsite/index.html
admin 48e6e6f655
Some checks failed
Tests / test (push) Failing after 10s
Actualiser index.html
2026-04-15 09:17:56 +00:00

12 lines
206 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Mon Site DevOps</title>
</head>
<body>
<p>Déployé automatiquement avec CI/CD !</p>
<p>Etienne</p>
</body>
</html>