15 lines
344 B
HTML
15 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>Cloud de notre formation privée</title>
|
|
<style>
|
|
body { background-color: darkgrey; color: black;}
|
|
h1 { color: LightGreen }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Le site Internet de notre formation</h1>
|
|
<p>Notre serveur web est fonctionnel !</p>
|
|
</body>
|
|
</html>
|