Header menu via header.js
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Détail tournoi — Super Sunday</title>
|
||||
<link rel="stylesheet" href="/assets/style.css?v=8" />
|
||||
<link rel="stylesheet" href="/assets/patch-bubbles.css?v=2" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@@ -37,5 +38,7 @@
|
||||
document.getElementById('matchlist').innerHTML=ms.map(m=>`<div class="card"><strong>${m.team_a}</strong> vs <strong>${m.team_b}</strong> — <span class="muted">${m.court||'—'}</span></div>`).join('')||'<div class="empty">Aucun match</div>';
|
||||
})();
|
||||
</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