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

17 lines
374 B
Plaintext
Raw Normal View History

2018-06-07 00:45:47 +08:00
@model Bootstrap.Admin.Models.HeaderBarModel
2016-10-21 16:35:26 +08:00
@{
ViewBag.Title = "首页";
Layout = "~/Views/Shared/_Normal.cshtml";
2016-10-20 17:55:29 +08:00
}
@section css {
<style>
.site-footer {
position: fixed;
}
</style>
}
@section javascript {
2018-06-07 00:45:47 +08:00
<script src="~/js/Content.js"></script>
}
<div id="content" class="content-body welcome-bg">
</div>