Header menu via header.js

This commit is contained in:
karim hassan
2025-08-24 23:47:39 +00:00
parent f1103d67a0
commit eabd0aa50f
25 changed files with 869 additions and 185 deletions

View File

@@ -17,6 +17,7 @@
.controls{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.controls select,.controls input{min-width:180px}
</style>
<link rel="stylesheet" href="/assets/patch-bubbles.css?v=2" />
</head>
<body>
<header>
@@ -98,5 +99,7 @@ auto.addEventListener('change', ()=>{ if(!auto.checked && timer){ clearTimeout(t
await loadTournaments();
tick();
</script>
<script type="module" src="/assets/bubbles.js?v=2"></script>
<script type="module" src="/assets/header.js?v=1"></script>
</body>
</html>