Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit c9286bc

Browse files
committed
Add fontawesome
1 parent d25d482 commit c9286bc

File tree

10 files changed

+7971
-1
lines changed

10 files changed

+7971
-1
lines changed

OnnxStack.WebUI/Pages/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>@ViewData["Title"] - OnnxStack.WebUI</title>
77
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
8+
<link rel="stylesheet" href="~/css/fontawesome.css" />
89
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
9-
<link rel="stylesheet" href="~/OnnxStack.WebUI.styles.css" asp-append-version="true" />
1010
</head>
1111
<body>
1212
<header>

0 commit comments

Comments
 (0)