Introduction

Introduction

Ceci est une page Hextra. 🎉

  graph TD;
  A[Start] --> B{Choix}
  B -->|Oui| C[Chemin 1]
  B -->|Non| D[Chemin 2]