Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Remove normalize.css link

Optimize header tag order:
> How you order elements in the <head> can have an effect on the (perceived) performance of the page.
> This script helps you identify which elements are out of order.
https://github.com/rviscomi/capo.js
  • Loading branch information
rgant authored Oct 4, 2023
1 parent 87bdc80 commit 8963cfd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:title" content="">
<meta property="og:type" content="">
Expand All @@ -16,9 +17,6 @@
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">

<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
</head>
Expand Down

0 comments on commit 8963cfd

Please sign in to comment.