Téléverser les fichiers vers "/"

This commit is contained in:
Adrien CRUDELI 2025-05-14 08:29:58 +02:00
commit 8ad152eebc
1 changed files with 19 additions and 0 deletions

19
PageAcceuil.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Acceuil</title>
</head>
<body>
<header>
<h1>Welcome to CreaTyve</h1>
</header>
<main>
<p>This is the homepage of your project.</p>
</main>
<footer>
<p>&copy; 2023 CreaTyve. All rights reserved.</p>
</footer>
</body>
</html>