auto.bus_razor/TicketOffice/Pages/Auth/Account.cshtml

12 lines
198 B
Plaintext

@page
@model TicketOffice.Pages.Account.IndexModel
@{
Layout = "~/Pages/Shared/_Layout.cshtml";
ViewData["Title"] = "Аккаунт";
}
<link rel="stylesheet" href="~/css/Account.css"/>