diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-26 08:05:30 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-26 08:05:30 -0700 |
commit | e8bca410b2533dec25745c00cb22853aa4bf5ddb (patch) | |
tree | 3671f6c0add735234e0a9163c88d7d78567899b0 /views | |
parent | 9ff63c19ec0810d610f2d5311501ee75c9178a0f (diff) |
add favicon
Diffstat (limited to 'views')
-rw-r--r-- | views/layout.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/layout.php b/views/layout.php index a70f99a..ff3d76e 100644 --- a/views/layout.php +++ b/views/layout.php @@ -17,6 +17,8 @@ <link rel="apple-touch-icon" sizes="114x114" href="/images/quill-icon-114.png"> <link rel="apple-touch-icon" sizes="144x144" href="/images/quill-icon-144.png"> + <link rel="icon" href="/favicon.ico" type="image/x-icon"> + <script src="/js/jquery-1.7.1.min.js"></script> </head> |