Files
curso-django/templates/index.html
2026-05-14 23:31:30 -03:00

12 lines
251 B
HTML

<!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>