Skip to content

Commit

Permalink
preload css
Browse files Browse the repository at this point in the history
  • Loading branch information
39zde committed Oct 10, 2024
1 parent a39334f commit 31232a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'self'; style-src 'self'; manifest-src 'self'; img-src 'self'" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="index.css" fetchpriority="high" referrerpolicy="no-referrer" />
<link rel="preload" type="text/css" href="index.css" fetchpriority="high" referrerpolicy="no-referrer" />
<link rel="icon" href="icons/icon.svg" fetchpriority="low" referrerpolicy="no-referrer" />
<link rel="manifest" href="app.webmanifest" type="application/manifest+json" fetchpriority="low"
referrerpolicy="no-referrer" />
Expand Down

0 comments on commit 31232a2

Please sign in to comment.