progredes20261/apirest/frontend/index.html

21 lines
370 B
HTML
Raw Normal View History

2026-06-01 21:42:25 +00:00
<!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>