From e4a670948de07437cd6987d1aedce3599055e30b Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Fri, 30 May 2025 21:38:14 +0200 Subject: [PATCH] Ajout du code de suivi Matomo --- src/app.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/app.py b/src/app.py index a88fc54..878302a 100644 --- a/src/app.py +++ b/src/app.py @@ -4,6 +4,36 @@ import dash_bootstrap_components as dbc app = Dash(external_stylesheets=[dbc.themes.UNITED], title="decp.info", use_pages=True) +app.index_string = """ + + + + {%metas%} + {%title%} + {%favicon%} + {%css%} + + + {%app_entry%} + +