Compare commits

1 Commits

Author SHA1 Message Date
dbdf15d423 feat(contact): ajouter section contact 2025-09-16 09:36:02 +02:00

View File

@@ -4,13 +4,17 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>TP GitFlow</title> <title>TP GitFlow</title>
</head> </head>
<section id="contact">
<h2>Contact</h2>
<p>mail@example.com</p>
</section>
<body> <body>
<header> <header>
<h1>Bienvenue sur notre site</h1> <h1>Bienvenue sur mon site</h1>
</header> </header>
<p>Page de base du TP GitFlow.</p> <p>Page de base du TP GitFlow.</p>
<footer> <footer>
<small>© 2025 - correctif urgent</small> <p>&copy; 2026 - Entreprise</p>
</footer> </footer>
</body> </body>
</html> </html>