Extract CSS into a separate file so it can be loaded independently of JS execution

This commit is contained in:
SteveSandersonMS
2016-02-09 22:03:01 -08:00
parent 2e9a43d1dc
commit 3a567823e8
3 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>@ViewData["Title"]</title>
<link rel="stylesheet" href="/dist/main.css" />
</head>
<body>
@RenderBody()