- Aggiunto supporto multi-pattern RFID (US/IT layout) - Implementata invalidazione sessioni al restart del server - Schermata "badge non trovato" con countdown 30s - Notifica quando badge validatore passato senza utente - Database aggiornato con badge reali di test - Layout ottimizzato per tablet orizzontale - Banner NumLock per desktop - Toggle visibilità password - Carosello benvenuto multilingua (10 lingue) - Pagina debug RFID (/debug)
14 lines
353 B
HTML
14 lines
353 B
HTML
<!doctype html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<link href="./favicon.jpg" rel="icon" type="image/jpeg"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>Focolari Voting System</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/src/main.tsx" type="module"></script>
|
|
</body>
|
|
</html>
|