Keks notice!
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label">Zeitraum</label>
|
||||
<div class="time-tabs">
|
||||
<button class="time-tab active" data-period="today">
|
||||
<button class="time-tab" data-period="today">
|
||||
<span class="tab-icon">📅</span>
|
||||
<span class="tab-text">Heute</span>
|
||||
</button>
|
||||
@@ -61,7 +61,7 @@
|
||||
<span class="tab-icon">📈</span>
|
||||
<span class="tab-text">Dieser Monat</span>
|
||||
</button>
|
||||
<button class="time-tab" data-period="all">
|
||||
<button class="time-tab active" data-period="all">
|
||||
<span class="tab-icon">♾️</span>
|
||||
<span class="tab-text">Alle Zeiten</span>
|
||||
</button>
|
||||
@@ -94,7 +94,7 @@
|
||||
<div class="leaderboard-container">
|
||||
<div class="leaderboard-header">
|
||||
<div class="active-filters" id="currentSelection">
|
||||
🌍 Alle Standorte • 📅 Heute
|
||||
🌍 Alle Standorte • ♾️ Alle Zeiten
|
||||
</div>
|
||||
<div class="last-sync" id="lastUpdated">
|
||||
Letzter Sync: Loading...
|
||||
@@ -107,11 +107,26 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="footer-content">
|
||||
<div class="footer-links">
|
||||
<a href="/impressum.html" class="footer-link">Impressum</a>
|
||||
<a href="/datenschutz.html" class="footer-link">Datenschutz</a>
|
||||
<button id="cookie-settings-footer" class="footer-link cookie-settings-btn">Cookie-Einstellungen</button>
|
||||
</div>
|
||||
<div class="footer-text">
|
||||
<p>© 2024 NinjaCross. Alle Rechte vorbehalten.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- External Libraries -->
|
||||
<script src="https://unpkg.com/@supabase/supabase-js@2"></script>
|
||||
<script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
|
||||
|
||||
<!-- Application JavaScript -->
|
||||
<script src="/js/cookie-consent.js"></script>
|
||||
<script src="/js/leaderboard.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user