copyright
This commit is contained in:
parent
0cfad09c63
commit
7868580c00
@ -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>
|
||||||
|
© 2025 kAmMa | Version 1.0
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user