12 lines
198 B
Plaintext
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"/>
|
|
|
|
|