This repository was archived by the owner on Oct 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
samples/existingWindowsBackend/webfrontend-linux/Views/Shared Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 55 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
66 <title >@ViewData ["Title"] - webfrontend</title >
77
8+ <link rel =" stylesheet" href =" https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
9+ asp-fallback-href =" ~/lib/bootstrap/dist/css/bootstrap.min.css"
10+ asp-fallback-test-class =" sr-only" asp-fallback-test-property =" position" asp-fallback-test-value =" absolute" />
811 <environment include =" Development" >
9- <link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.css" />
1012 <link rel =" stylesheet" href =" ~/css/site.css" />
1113 </environment >
1214 <environment exclude =" Development" >
13- <link rel =" stylesheet" href =" https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
14- asp-fallback-href =" ~/lib/bootstrap/dist/css/bootstrap.min.css"
15- asp-fallback-test-class =" sr-only" asp-fallback-test-property =" position" asp-fallback-test-value =" absolute" />
1615 <link rel =" stylesheet" href =" ~/css/site.min.css" asp-append-version =" true" />
1716 </environment >
1817</head >
You can’t perform that action at this time.
0 commit comments