Skip to content

Commit

Permalink
favicon update #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemisDicoTiar committed Oct 19, 2020
1 parent 76b9817 commit b472ceb
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
Binary file added covid_tmp/public/android-chrome-192x192.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 covid_tmp/public/android-chrome-512x512.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 covid_tmp/public/apple-touch-icon.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 covid_tmp/public/favicon-16x16.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 covid_tmp/public/favicon-32x32.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 modified covid_tmp/public/favicon.ico
Binary file not shown.
6 changes: 5 additions & 1 deletion covid_tmp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons">
<script src="https://d3js.org/d3.v6.min.js"></script>

<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions covid_tmp/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit b472ceb

Please sign in to comment.