Mudança
This commit is contained in:
@@ -7,15 +7,23 @@
|
||||
<title>Produtos</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
</header>
|
||||
<h1> Lista de produtos</h1>
|
||||
<main>
|
||||
<h1> Lista de produtos</h1>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nome</th>
|
||||
<th>Preço</th>
|
||||
<th>Estoque</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="conteudo_tabela">
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
</main>
|
||||
|
||||
<script src=""script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user