Skip to content

Commit

Permalink
Add favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
Krassnig committed Jun 5, 2023
1 parent 29afed2 commit cf5c0cd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file added react/public/favicon-128px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react/public/favicon-180px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react/public/favicon-192px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react/public/favicon-32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions react/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Eine simple Rezept Webseite für leckere Gerichte."/>

<link rel="icon" href="favicon-32px.png" sizes="32x32">
<link rel="icon" href="favicon-128px.png" sizes="128x128">
<link rel="shortcut icon" href="favicon-192px.png" sizes="196x196">
<link rel="apple-touch-icon" href="favicon-180px.png" sizes="180x180">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="favicon-180px.png">

</head>
<body>
<noscript>
Expand Down

0 comments on commit cf5c0cd

Please sign in to comment.