Your ROOT_URL in app.ini is https://gitea.mochalinpa.ru/ but you are visiting http://gitea.mochalinpa.ru/MochalinPA/MudBlazorApp/src/commit/9b7289569ae0d77fb60a399d54cd0b4f2b975863/TestApp02/Pages/Index.razor You should set ROOT_URL correctly, otherwise the web may not work correctly.
MudBlazorApp/TestApp02/Pages/Index.razor

8 lines
413 B

@page "/"
<PageTitle>Index</PageTitle>
<MudText Typo="Typo.h3" GutterBottom="true">Hello, world!</MudText>
<MudText Class="mb-8">Welcome to your new app, powered by MudBlazor!</MudText>
<MudAlert Severity="Severity.Normal">You can find documentation and examples on our website here: <MudLink Href="https://mudblazor.com" Typo="Typo.body2" Color="Color.Inherit"><b>www.mudblazor.com</b></MudLink></MudAlert>