fix: remove non-existent css link
This commit is contained in:
parent
4e032c3aa5
commit
434c61d7fa
@ -16,7 +16,6 @@
|
|||||||
<link rel="stylesheet" href="~/css/prism.min.css" asp-append-version="true"/>
|
<link rel="stylesheet" href="~/css/prism.min.css" asp-append-version="true"/>
|
||||||
<link rel="stylesheet" href="~/css/prism.vs.min.css" asp-append-version="true">
|
<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/app.min.css" asp-append-version="true"/>
|
||||||
<link rel="stylesheet" href="~/oliverbooth.dev.styles.css" asp-append-version="true"/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="container" style="margin-top: 20px;">
|
<header class="container" style="margin-top: 20px;">
|
||||||
|
Loading…
Reference in New Issue
Block a user