feat: add styles section to layout

This commit is contained in:
Oliver Booth 2024-02-25 15:54:58 +00:00
parent 0fbb94b86e
commit eb4777e330
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
<link rel="stylesheet" href="~/css/prism.vs.min.css" asp-append-version="true">
<link rel="stylesheet" href="~/css/app.min.css" asp-append-version="true">
<link rel="stylesheet" href="~/css/ribbon.min.css" asp-append-version="true">
@await RenderSectionAsync("Styles", required: false)
</head>
<body>
<header class="container" style="margin-top: 20px;">