Coursach/Course/ImplementerApp/Views/Home/Index.cshtml

8 lines
194 B
Plaintext
Raw Normal View History

2024-04-28 17:11:40 +04:00
@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Приложение "Завод "Иди работать". Исполнитель"</h1>
</div>