Fix Error: Se modifica el código para que el monitor emita el sonido de pase a la consulta cada 30s

This commit is contained in:
2025-07-02 14:52:07 +02:00
parent 938dbde0c3
commit c2cd5d9672
3 changed files with 39 additions and 12 deletions
+2 -2
View File
@@ -27,13 +27,13 @@
<th class="border px-4 py-2 bg-[#0a6eb2]">TURNO</th>
</tr>
</thead>
<tbody id="turnos" class="text-7xl">
<tbody id="turnos">
</tbody>
</table>
</div>
</div>
<footer class="w-full bg-[#008968] overflow-hidden h-14">
<div id="footer-text" class="whitespace-nowrap animate-scroll px-4 text-white"></div>
<div id="footer-text" class="text-4xl whitespace-nowrap animate-scroll px-4 text-white"></div>
</footer>
</body>
</html>