1st commit

This commit is contained in:
2026-05-14 23:31:30 -03:00
commit a143e17df4
28 changed files with 249 additions and 0 deletions

12
templates/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ENQUETE</title>
</head>
<body>
<h1>Bem vindos ao sistema de Enquetes</h1>
</body>
</html>