Files
Docker/index.html
2026-04-19 12:26:17 +02:00

17 lines
418 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<title>Cloud de notre formation priv&eacutee</title>
<meta charset="utf-8">
<style>
body { background-color: darkgrey; color: black;}
h1 { color: LightGreen }
img { width: 60%; margin: auto; display: block; }
</style>
</head>
<body>
<h1>Le site Internet de notre formation</h1>
<p>Notre serveur web est fonctionnel !</p>
</body>
</html>