Text html seta cercaorario

This commit is contained in:
Leocraft1
2025-07-25 21:26:28 +02:00
parent addc3d9fa8
commit 691ba5dad3
7 changed files with 22 additions and 19 deletions

View File

@@ -32,12 +32,12 @@ function caricadati(){
const thead = document.createElement('thead');
thead.innerHTML = `
<tr>
<th>Linea</th>
<th>Direzione</th>
<th>Orario</th>
<th>Stato corsa</th>
<th>Veicolo</th>
<th>Ora si trova a:</th>
<th class="linea">Linea</th>
<th class="direzione">Direzione</th>
<th class="orario">Orario</th>
<th class="stato">Stato corsa</th>
<th class="veicolo">Veicolo</th>
<th class="location">Ora si trova a:</th>
</tr>
`;
table.appendChild(thead);