Бамп версии до 9 и добавил выбор института
All checks were successful
Build and deploy / Publish image (push) Successful in 3m33s
All checks were successful
Build and deploy / Publish image (push) Successful in 3m33s
This commit is contained in:
17
src/Otchinslator/Components/Pages/NotSupported.razor
Normal file
17
src/Otchinslator/Components/Pages/NotSupported.razor
Normal 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>
|
||||
Reference in New Issue
Block a user