Files
projeto_web/frontend/index.html
T
Joao Maria Araujo do Nascimento 6ebd25eba5 Corrigir erro do Cors
2026-06-18 22:16:49 -03:00

24 lines
453 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>
<table>
<thead>
<th>Nome</th>
<th>E-mail</th>
<th>Perfil</th>
</thead>
<tbody id="conteudo_tabela_usuarios">
</tbody>
</table>
<script src="js/app.js"></script>
</body>
</html>