This commit is contained in:
barillote 2024-09-16 14:18:15 +02:00
parent 600168fa4e
commit be22a82b83

View File

@ -5,6 +5,12 @@
<title>Projet Site Web</title> <title>Projet Site Web</title>
</head> </head>
<body> <body>
<header>
<h2>Entreprise - Services & Solutions</h2>
</header>
<h1>Bienvenue sur le site de l'entreprise</h1> <h1>Bienvenue sur le site de l'entreprise</h1>
<footer>
<p>&copy; 2024 - Entreprise</p>
</footer>
</body> </body>
</html> </html>