добавила логотип на главную страничку
This commit is contained in:
parent
17f9b1ad7a
commit
9972987b32
@ -2,7 +2,10 @@
|
|||||||
ViewData["Title"] = "Home Page";
|
ViewData["Title"] = "Home Page";
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center d-flex flex-column">
|
||||||
<h1 class="display-4">Welcome</h1>
|
<h1 class="display-4 mb-5">Привет, недобро пожаловать >:\</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 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>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user