2023-05-20 06:49:33 +04:00
|
|
|
@using HospitalContracts.ViewModels
|
|
|
|
|
|
|
|
|
|
|
|
@model List<RecipesViewModel>
|
|
|
|
|
|
|
|
@{
|
2023-04-07 01:21:27 +04:00
|
|
|
ViewData["Title"] = "Home Page";
|
|
|
|
}
|
2023-05-20 06:49:33 +04:00
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="~/css/main.css" asp-append-version="true" />
|
|
|
|
</head>
|
|
|
|
<section style="margin-left: 50px; margin-top:50px;">
|
|
|
|
<h2 class="lable" style="text-align: center">
|
|
|
|
Поликлиника
|
|
|
|
</h2>
|
|
|
|
<h3 style="text-align: center">
|
|
|
|
Приложение для персонала
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="u-container-style u-layout-cell u-size-30 u-layout-cell-2">
|
|
|
|
<div class="u-container-layout u-valign-top u-container-layout-2"
|
|
|
|
style="margin-left: 500px">
|
|
|
|
<img class="u-image u-image-contain u-image-1"
|
|
|
|
src="~/Images/logo.png"
|
|
|
|
data-image-width="2388"
|
|
|
|
data-image-height="1260" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|