Skip to content

Instantly share code, notes, and snippets.

View edd-dev02's full-sized avatar
🎯
Focusing

Eduardo Sandoval edd-dev02

🎯
Focusing
View GitHub Profile
@edd-dev02
edd-dev02 / app.js
Created April 7, 2025 21:33 — forked from codigoconjuan/app.js
Gist para Listado de Clientes
` <tr>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200">
<p class="text-sm leading-5 font-medium text-gray-700 text-lg font-bold"> ${nombre} </p>
<p class="text-sm leading-10 text-gray-700"> ${email} </p>
</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 ">
<p class="text-gray-700">${telefono}</p>
</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 leading-5 text-gray-700">
<p class="text-gray-600">${empresa}</p>