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.
|
- @page "/"
- @using System.Text
- @using ReAct_PME.WebUI.ServicesUI
-
-
- <div class="page-container">
- <!-- En-tête avec dégradé -->
- <div class="home-header">
- <p class="home-welcome">
- Bienvenue, <strong>@AuthService.FirstName @AuthService.LastName</strong>
- sur votre application AI-100-SaaS
- </p>
-
- </div>
- </div>
|