Files
FocusAgenda/src/main/resources/static/index.html
T

12 lines
248 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>