13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
<!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> |