Бамп версии до 9 и добавил выбор института
All checks were successful
Build and deploy / Publish image (push) Successful in 3m33s

This commit is contained in:
2025-01-21 02:11:52 +03:00
parent e85cb89e1c
commit bb2c2328f5
21 changed files with 127 additions and 30 deletions

View File

@@ -0,0 +1,17 @@
@using Microsoft.AspNetCore.Authorization
@attribute [Authorize]
@page "/notsupported"
<PageTitle>Не доступно | Отчислятор 3000</PageTitle>
<div class="relative w-96 sm:w-[32rem]">
<p class="text-center">Извините за неудобства, но пока что доступны только институты <p class="font-bold text-center">ИТА ЮФУ</p></p>
<div class="text-center">
<a href="/"
class="relative btn rounded-full mt-4 min-h-2 min-w-2 w-10 h-10">
<img class="absolute p-2 min-w-2 min-h-0" src="img/exit.svg" alt=""/>
</a>
</div>
</div>