Untitled

 avatar
unknown
html
9 months ago
279 B
8
Indexable
<table class="table table-striped mt-4" id="kontakt-lista">
	<thead>
		<tr>
			<th>Ime</th>
			<th>Prezime</th>
			<th>Email</th>
			<th>Telefon</th>
			<th>Država</th>
		</tr>
	</thead>
	<tbody><!-- Uneseni kontakti će se prikazivati ovdje -->
	</tbody>
</table>
Editor is loading...
Leave a Comment