BootstrapAdmin/Bootstrap.Admin/Views/Admin/FAIcon.cshtml

11 lines
341 B
Plaintext
Raw Normal View History

@model NavigatorBarModel
@{
ViewBag.Title = "图标集";
2016-10-23 20:05:03 +08:00
}
@section css {
<link href="~/css/fa.css" rel="stylesheet" asp-append-version="true" />
2016-10-23 20:05:03 +08:00
}
@section javascript {
<script src="~/js/icon.js" asp-append-version="true"></script>
}
<div class="text-center"><i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i></div>