Files
FrontFocusAgenda/index.html
T
Gustavo b1dd3a8b01 fodase :)
meco meram, meco meram, meco meram
2026-05-12 23:27:37 +00:00

12 lines
259 B
HTML

<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=login.html">
<title>Focus Agenda</title>
</head>
<body>
<script>window.location.href='login.html';</script>
</body>
</html>