Skip to content

Commit

Permalink
add meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSchmide authored Sep 9, 2023
1 parent a869624 commit 1d0d7a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Gadgets shop. Phones, tablets, and accessories for you."
/>
<title>Product Catalog</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand All @@ -12,7 +16,7 @@
/>
<link
rel="shortcut icon"
href="public/assets/favicon.ico"
href="%PUBLIC_URL%/assets/favicon.ico"
type="image/x-icon"
/>
</head>
Expand Down

0 comments on commit 1d0d7a6

Please sign in to comment.