-
-
Save parzibyte/3e8590e6d7087ccea1578ac8e840e151 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="columns"> | |
<div class="column"> | |
<h2 class="is-size-2">Productos existentes</h2> | |
<a class="button is-success" href="agregar_producto.php">Nuevo <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