Compare commits

...

2 Commits

Author SHA1 Message Date
d2a3bcb8d8 modif 2024-09-16 15:23:31 +02:00
92856d87a4 envoie du footer 2024-09-16 15:06:39 +02:00

View File

@ -2,9 +2,13 @@
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charse ="utf-8"> <meta charse ="utf-8">
<title>Prjet Site Web</title> <title>Projet Site Web</title>
</head> </head>
<body> <body>
<h1> Bienvenue sur le sitre de l'entreprise</h1> <h1> Bienvenue sur le sitre de l'entreprise</h1>
<footer>
<p>&copy; 2024 - Entreprise</p>
<p> modif </p>
</footer>
</body> </body>
</html> </html>