talimbot / backend /static /index.html
parinazAkef's picture
Fresh start: TalimBot project without binary files
2fe573b
raw
history blame contribute delete
495 Bytes
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=pages/login.html">
<title>TalimBot - سیستم گروه‌بندی هوشمند</title>
<script>window.location.href = 'pages/login.html';</script>
</head>
<body>
<p style="text-align: center; padding: 2rem;">در حال انتقال به صفحه ورود...</p>
</body>
</html>