Files
projeto_web/frontend/index.html
T
Joao Maria Araujo do Nascimento 7301aea8f8 Frontend início
2026-06-11 22:17:58 -03:00

25 lines
502 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
<table>
<thead>
<th>Nome</th>
<th>E-mail</th>
<th>Perfil</th>
</thead>
<tbody id="conteudo_tabela_usuarios">
</tbody>
</table>
</div>
<script src="app.js"></script>
</body>
</html>