11 lines
229 B
Plaintext
Raw Normal View History

2023-04-05 18:14:19 +04:00
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">ComputerStore"Ты же программист"</h1>
<p>This app was created for employees.</p>
2023-04-05 18:14:19 +04:00
</div>