feat(client_web): use a mp3 file for dice roll sound

This commit is contained in:
Henri Bourcereau 2026-04-17 20:04:40 +02:00
parent 43196bcef8
commit 9af672823e
5 changed files with 14 additions and 2 deletions

View file

@ -6,6 +6,7 @@
<title>Trictrac</title>
<link data-trunk rel="rust" />
<link data-trunk rel="css" href="assets/style.css" />
<link data-trunk rel="copy-file" href="assets/diceroll.mp3" />
</head>
<body></body>
</html>