feat(PagesController): Crée le contrôleur et template prestation pour EPage.
```
This commit is contained in:
Serreau Jovann
2025-12-02 22:44:52 +01:00
parent 7e61371244
commit 096e829780
7 changed files with 665 additions and 0 deletions

View File

@@ -4,3 +4,7 @@
background: rgba(0,0,0,0.5);
backdrop-filter: blur(5px);
}
.epage{
color: orangered;
}