Header menu via header.js
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user