tads4-express/views/produtos/buscar.ejs

13 lines
288 B
Plaintext
Raw Normal View History

2024-10-28 13:06:25 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/style.css">
<title>Produtos</title>
</head>
<body>
<h1>Produtos</h1>
<%= produtos %>
</body>
</html>