BootstrapAdmin/Bootstrap.Admin/Views/Home/Index.cshtml

6 lines
114 B
Plaintext

@{
ViewBag.Title = "首页";
Layout = "_Bootstrap";
}
<div class="content-body welcome-bg">
</div>