Skip to content

Commit

Permalink
update preload
Browse files Browse the repository at this point in the history
  • Loading branch information
MatviyRoman committed Dec 17, 2023
1 parent ccc3854 commit fdde204
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@
<meta name="copyright" content="Roman Matviy FullStack Developer Laravel Prestashop, Wordpress, PHP, SQL, VUE)">
<link rel="canonical" href="https://roman.matviy.pp.ua" />

<link rel="preload" href="assets/dist/style.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="assets/dist/style.min.css">
</noscript>

<!--<link rel="preload" href="assets/icons/fonts/icons.ttf" as="font">-->
<link rel="preload" href="assets/icons/style.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="assets/icons/style.min.css">
</noscript>

<link rel="preload" href="assets/dist/style.min.css" as="style" />
<link rel="stylesheet" href="assets/dist/style.min.css">
<!--<link rel="preload" href="assets/dist/style.min.css" as="style" />
<link rel="stylesheet" href="assets/dist/style.min.css">-->

<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

Expand Down

0 comments on commit fdde204

Please sign in to comment.