open-law/app/templates/quickSearchWindow.html
Kostiantyn Stoliarskyi e2b90e2a54 add
2023-05-25 09:52:28 +03:00

19 lines
554 B
HTML

<div class="relative overflow-x-auto">
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
<thead class="text-xs text-gray-900 uppercase dark:text-gray-400">
<tr>
<th scope="col" class="px-6 py-3">Interpretations</th>
</tr>
</thead>
<tbody>
<tr class="bg-white dark:bg-gray-800">
<th
scope="row"
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
Apple MacBook Pro 17"
</th>
</tr>
</tbody>
</table>
</div>