Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
load global stylesheet in _Layout.cshtml
  • Loading branch information
kajan committed Feb 14, 2021
1 parent 04ad438 commit 0738e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AspNetCoreVueMpa.Web/Views/Shared/_Layout.cshtml
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>@ViewData["Title"] - AspNetCoreVueMpa.Web</title>
<link rel="stylesheet" href="~/css/styles.bundle.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 0738e8b

Please sign in to comment.