copyright

This commit is contained in:
rdavidek 2025-12-28 20:19:10 +01:00
parent 0cfad09c63
commit 7868580c00

View File

@ -146,6 +146,15 @@
.chart-container { height: 250px; } .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;
}
</style> </style>
</head> </head>
<body> <body>
@ -368,5 +377,8 @@
loadStats(); loadStats();
</script> </script>
<footer>
&copy; 2025 kAmMa | Version 1.0
</footer>
</body> </body>
</html> </html>