This commit is contained in:
iMax 2025-01-21 08:21:04 +01:00
commit 865127a0a9
5 changed files with 40 additions and 0 deletions

12
public/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Serveur Web - Honnete</title>
</head>
<body>
<h1>Page d'accueil</h1>
<p>Le serveur web est honnête.</p>
</body>
</html>