back-to-projects.php 213 B

1234
  1. <!-- Simple button to come back to project list -->
  2. <div style="display: flex; justify-content: center">
  3. <a href="../projets.php" type="button" class="btn btn-outline-success btn-lg">Retour projets</a>
  4. </div>