Skip to content

Commit

Permalink
Remove unused images
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Apr 13, 2020
1 parent 2a77447 commit 5fbfb77
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 10 deletions.
Binary file modified src/icons/apple-touch-icon-114x114.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 src/icons/apple-touch-icon-120x120.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 src/icons/apple-touch-icon-144x144.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 src/icons/apple-touch-icon-152x152.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 src/icons/apple-touch-icon-180x180.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 src/icons/apple-touch-icon-57x57.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 src/icons/apple-touch-icon-72x72.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 src/icons/apple-touch-icon-76x76.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 src/icons/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 modified src/icons/favicon.ico
Binary file not shown.
Binary file removed src/images/GitHub-Mark-Light-32px.png
Binary file not shown.
Binary file removed src/images/Twitter_Logo_Blue.png
Binary file not shown.
Binary file removed src/images/Twitter_Logo_Blue.psd
Binary file not shown.
Binary file modified src/images/favicon.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 removed src/images/favicon.psd
Binary file not shown.
Binary file removed src/images/img-fail.jpg
Binary file not shown.
Binary file removed src/images/img-fail.psd
Binary file not shown.
Binary file removed src/images/img-loading.jpg
Binary file not shown.
Binary file removed src/images/img-loading.psd
Binary file not shown.
Binary file removed src/images/img-placeholder.gif
Binary file not shown.
20 changes: 10 additions & 10 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<meta name="applicable-device" content="mobile">
<link rel="dns-prefetch" href="//api.kotori.love">
<link rel="dns-prefetch" href="//www.pixiv.net">
<link rel="shortcut icon" href="/assets/favicon.ico?v=1.16.0" type="image/x-icon" />
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png?v=1.11.4" />
<link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png?v=1.16.0" />
<link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png?v=1.16.0" />
<link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png?v=1.16.0" />
<link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png?v=1.16.0" />
<link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png?v=1.16.0" />
<link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png?v=1.16.0" />
<link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png?v=1.16.0" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png?v=1.16.0" />
<link rel="shortcut icon" href="/assets/favicon.ico?v=1.16.1" type="image/x-icon" />
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png?v=1.16.1" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png?v=1.16.1" />
<style>
.message {
text-align: center;
Expand Down

0 comments on commit 5fbfb77

Please sign in to comment.