Browse Source

add 16px icon

pull/10/head
Aaron Parecki 9 years ago
parent
commit
41b6f7bc56
2 changed files with 1 additions and 1 deletions
  1. BIN
      public/images/teacup-16px.png
  2. +1
    -1
      views/layout.php

BIN
public/images/teacup-16px.png View File

Before After
Width: 16  |  Height: 16  |  Size: 1.2 KiB

+ 1
- 1
views/layout.php View File

@ -26,7 +26,7 @@
<link rel="apple-touch-icon" sizes="114x114" href="/images/teacup-icon-114.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/teacup-icon-144.png">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/teacup-16px.png" type="image/png">
<script src="/js/jquery-1.7.1.min.js"></script>
</head>

Loading…
Cancel
Save