This commit is contained in:
2026-06-01 18:42:25 -03:00
parent a803ce705e
commit c3edf5a11d
3 changed files with 50 additions and 12 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Produtos</title>
</head>
<body>
<header>
</header>
<main>
<h1> Lista de produtos</h1>
<table>
</table>
</main>
</body>
</html>