This commit is contained in:
2026-06-01 19:28:19 -03:00
parent c3edf5a11d
commit 45f4b50233
3 changed files with 46 additions and 5 deletions
+13 -5
View File
@@ -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>