Ajout d'un menu de navigation

This commit is contained in:
Colin Maudry
2025-04-21 18:09:10 +02:00
parent 75e09b0bc6
commit 60d204b061
6 changed files with 175 additions and 86 deletions
+9
View File
@@ -0,0 +1,9 @@
from dash import register_page, html
title = "Statistiques"
register_page(
__name__, path="/statistiques", title=f"decp.info - {title}", name=title, order=2
)
layout = [html.H2(title)]