mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-18 06:09:58 +00:00
page: fix invalid style preload
This commit is contained in:
parent
6145259db8
commit
b5952f1ef9
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ export default function(obj) {
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
|
||||||
|
|
||||||
<link rel="manifest" href="manifest.webmanifest">
|
<link rel="manifest" href="manifest.webmanifest">
|
||||||
<link rel="stylesheet" href="fonts/notosansmono.css" rel="preload">
|
<link rel="preload" href="fonts/notosansmono.css" as="style">
|
||||||
|
<link rel="stylesheet" href="fonts/notosansmono.css">
|
||||||
<link rel="stylesheet" href="cobalt.css">
|
<link rel="stylesheet" href="cobalt.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue