Skip to content

Commit

Permalink
Adding logo and making the app installable
Browse files Browse the repository at this point in the history
  • Loading branch information
davdiv committed Feb 1, 2024
1 parent 0fb902d commit 9f96862
Show file tree
Hide file tree
Showing 8 changed files with 6,142 additions and 882 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

/public
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/logo.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Accu-Chek</title>
</head>
Expand Down
Loading

0 comments on commit 9f96862

Please sign in to comment.