Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 17, 2021 22:09
Show Gist options
  • Save parzibyte/3e8590e6d7087ccea1578ac8e840e151 to your computer and use it in GitHub Desktop.
Save parzibyte/3e8590e6d7087ccea1578ac8e840e151 to your computer and use it in GitHub Desktop.
<div class="columns">
<div class="column">
<h2 class="is-size-2">Productos existentes</h2>
<a class="button is-success" href="agregar_producto.php">Nuevo&nbsp;<i class="fa fa-plus"></i></a>
<table class="table">
<thead>
<tr>
<th>Nombre</th>
<th>Descripción</th>
<th>Precio</th>
<th>Editar</th>
<th>Eliminar</th>
</tr>
</thead>
<tbody id="cuerpoTabla">
</tbody>
</table>
</div>
</div>
<script src="js/productos.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment