добавила логотип на главную страничку

This commit is contained in:
Елена Бакальская 2024-05-01 16:27:11 +04:00
parent 17f9b1ad7a
commit 9972987b32

View File

@ -2,7 +2,10 @@
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
<div class="text-center d-flex flex-column">
<h1 class="display-4 mb-5">Привет, недобро пожаловать >:\</h1>
<div class="text-center d-flex flex-column justify-content-center align-items-center mt-5" style="position: fixed; top: 0; right: 0; bottom: 0; left: 0;">
<img src=".\\svg\лого ё.png" style="max-width: 100%; max-height: 100%;" />
</div>
</div>