Files
monsite/index.html
admin b6bffb4911
All checks were successful
Tests / test (push) Successful in 4s
Tests / deploy (push) Successful in 16s
Actualiser index.html
2026-04-15 10:20:47 +00:00

13 lines
338 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>
<p>Maurice</p>
<a href="https://static.edusign.com/student/survey-inscription/?hash=tu3lx6xrr37uab">Enquete</a>
</body>
</html>