Téléverser les fichiers vers "/"

This commit is contained in:
2025-12-11 15:57:32 +00:00
commit f122d6e003
5 changed files with 236 additions and 0 deletions

31
projet1.html Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Projet 1</title>
<style>
body {
background: #0d0d0d;
color: #f0f0f0;
font-family: Arial, sans-serif;
text-align: center;
padding-top: 50px;
}
a {
color: #9d4edd;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Projet 1</h1>
<p>Cette page est en cours de modification.</p>
</body>
</html>