Upload files to "/"

This commit is contained in:
2026-09-16 20:36:32 +02:00
parent 8d5c9e2457
commit cf6cf14432
3 changed files with 137 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!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>