BootstrapAdmin/Bootstrap.Admin/Views/Account/Login.cshtml

8 lines
172 B
Plaintext
Raw Normal View History

@model ModelBase
2018-06-07 00:45:47 +08:00
@{
ViewBag.Title = Model.Title;
Layout = "~/Views/Shared/_Login.cshtml";
2018-06-07 00:45:47 +08:00
}
@section css {
<link href="~/css/login.css" rel="stylesheet" />
}