10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
|
@{
|
||
|
ViewBag.Title = "Icon";
|
||
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
||
|
}
|
||
|
@section css {
|
||
|
<link href="~/Content/css/fa.css" rel="stylesheet" />
|
||
|
<link href="~/Content/css/font-awesome.css" rel="stylesheet" />
|
||
|
}
|
||
|
@Html.Partial("AwesomeIcon")
|