fix: remove non-existent css link

This commit is contained in:
Oliver Booth 2023-08-10 00:29:24 +01:00
parent 4e032c3aa5
commit 434c61d7fa
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 0 additions and 1 deletions

View File

@ -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;">