Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add favicon
  • Loading branch information
adamnfish-gu committed Nov 25, 2015
commit ab509baea213b2ba8e0d1f6f3770dca9c79fc355
Binary file added favicon.ico
Binary file not shown.
Binary file added img/favicons/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 img/favicons/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 img/favicons/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 img/favicons/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 added img/favicons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions tpl/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<style> div#ienotice {display:block; } div#oldienotice {display:block; } </style>
<![endif]-->

<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon.png#">
<link rel="icon" type="image/png" href="/img/favicons/android-chrome-192x192.png#" sizes="192x192">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png#" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png#" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png#" sizes="16x16">
<meta name="theme-color" content="#455463">

</head>
<body>
<div id="aboutbox">
Expand Down