<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marcação de Presença com Reconhecimento Facial</title>
<link rel="stylesheet" href="css/App.css">
</head>
<body>
<div id="loadingIndicator" style="display: none;">
Carregando modelos de reconhecimento facial...
</div>
<main id="main-container"></main>
<script type="module" src="js/main/Main.js"></script>
</body>
</html>
|