Compare commits

..

4 Commits

Author SHA1 Message Date
086c80f1c8 Merge branch 'hotfix/1.0.1'
git push origin develophe commit.
2025-09-16 09:23:15 +02:00
459568f913 hotfix(1.0.1): correctif urgent sur la prod 2025-09-16 09:23:06 +02:00
fe5655cbb8 Merge branch 'release/-1.0.0' 2025-09-16 08:53:56 +02:00
37bdb1a8c4 erreur de typographie 2025-09-16 08:53:32 +02:00

View File

@@ -4,17 +4,13 @@
<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 mon site</h1> <h1>Bienvenue sur notre site</h1>
</header> </header>
<p>Page de base du TP GitFlow.</p> <p>Page de base du TP GitFlow.</p>
<footer> <footer>
<p>&copy; 2026 - Entreprise</p> <small>© 2025 - correctif urgent</small>
</footer> </footer>
</body> </body>
</html> </html>