diff --git a/src/main/resources/web/index.html b/src/main/resources/web/index.html index 194a591..1712380 100644 --- a/src/main/resources/web/index.html +++ b/src/main/resources/web/index.html @@ -146,6 +146,15 @@ .chart-container { height: 250px; } } + + footer { + margin-top: 40px; + padding: 20px 0; + border-top: 1px solid var(--border); + text-align: center; + color: var(--text-muted); + font-size: 0.85rem; + } @@ -368,5 +377,8 @@ loadStats(); +