Diverse Fixes nach refactoring

This commit is contained in:
2025-09-16 01:31:22 +02:00
parent 5ca7b0b19c
commit 10a150cb39
8 changed files with 155 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
<link rel="icon" type="image/x-icon" href="/pictures/favicon.ico">
<script src="/js/page-tracking.js"></script>
<script src="/js/cookie-utils.js"></script>
<link rel="stylesheet" href="/css/leaderboard.css">
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<!-- Notification Bubble -->
@@ -138,6 +138,6 @@
<!-- Application JavaScript -->
<script src="/js/cookie-consent.js"></script>
<script src="/js/leaderboard.js"></script>
<script src="/js/index.js"></script>
</body>
</html>