You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
374B

  1. @page "/"
  2. @using System.Text
  3. @using ReAct_PME.WebUI.ServicesUI
  4. <div class="page-container">
  5. <!-- En-tête avec dégradé -->
  6. <div class="home-header">
  7. <p class="home-welcome">
  8. Bienvenue, <strong>@AuthService.FirstName @AuthService.LastName</strong>
  9. sur votre application AI-100-SaaS
  10. </p>
  11. </div>
  12. </div>