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:
@@ -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>
|
||||
Reference in New Issue
Block a user