nouvelle page html

This commit is contained in:
2022-07-21 00:19:46 +02:00
parent cfbf0d7471
commit 854b8250d3
2 changed files with 12 additions and 5 deletions

9
web/html/home.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Coucou</title>
</head>
<body>
<p>Bienvenue</p>
</body>
</html>