картинки

This commit is contained in:
Polina 2024-05-31 22:03:21 +04:00
parent 3b97965b6e
commit 01f4764a16
3 changed files with 4 additions and 4 deletions

View File

@ -4,5 +4,5 @@
<div class="text-center"> <div class="text-center">
<h1 class="display-4">Добро пожаловать в «Банк «Вы банкрот». Клиент»</h1> <h1 class="display-4">Добро пожаловать в «Банк «Вы банкрот». Клиент»</h1>
<img src="https://argumenti.ru/images/arhnews/587918.jpg" alt="Logo" /> <img src="https://logotip.online/static/html/examples/empty.jpg" alt="Logo" />
</div> </div>

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Банк клиент</title> <title>@ViewData["Title"] - BankClientApp</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" /> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" /> <link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/AutocenterClientApp.styles.css" asp-append-version="true" /> <link rel="stylesheet" href="~/AutocenterClientApp.styles.css" asp-append-version="true" />
@ -53,7 +53,7 @@
<footer class="border-top footer text-muted"> <footer class="border-top footer text-muted">
<div class="container"> <div class="container">
&copy; 2023 - Банк клиент - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a> &copy; 2024 - UniversityClientApp - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</div> </div>
</footer> </footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script> <script src="~/lib/jquery/dist/jquery.min.js"></script>

View File

@ -24,5 +24,5 @@
<div class="text-center"> <div class="text-center">
<h1 class="display-4">Добро пожаловать в «Банк «Вы банкрот». Сотрудник»</h1> <h1 class="display-4">Добро пожаловать в «Банк «Вы банкрот». Сотрудник»</h1>
<img src="https://argumenti.ru/images/arhnews/587918.jpg" alt="Logo" /> <img src="https://logotip.online/static/html/examples/empty.jpg" alt="Logo" />
</div> </div>