chore: Add basic HTML structure to index.php

This commit is contained in:
Douglas Barone 2024-08-05 12:42:03 -04:00
parent ba2f751da4
commit 79a051bf46

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Faltas</title>
</head>
<body>
Nada aqui
</body>
</html>