PHP Classes

File: index.html

Recommend this page to a friend!
  Classes of Rodrigo Faustino   App Livro Reconhecimento Facial   index.html   Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: App Livro Reconhecimento Facial
Recognize users by their face pictures
Author: By
Last change:
Date: 15 days ago
Size: 498 bytes
 

Contents

Class file image Download
<!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>