ролевая моделю доступа + загруженность по кафедрам и преподавателям + просморт расписания
This commit is contained in:
14
frontend/edu-office/index.html
Normal file
14
frontend/edu-office/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Учебный отдел</title>
|
||||
<meta http-equiv="refresh" content="0; url=/admin/#schedule-view">
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.location.replace('/admin/#schedule-view');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user