Created
December 27, 2016 23:42
-
-
Save amatriz/590f8bd79df8e7aaecf94851c926687a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <table class="table table-striped"> | |
| <tr> | |
| <td>Produtos</td> | |
| <td>Marca</td> | |
| <td>Modelo</td> | |
| <td>Quantidade</td> | |
| <td>Obs</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td><input type="text"></td> | |
| <td><input type="text"></td> | |
| <td><input type="text"></td> | |
| <td><input type="number"></td> | |
| <td><input type="text"></td> | |
| <td><button>Add</button></td> | |
| </tr> | |
| </table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment