diff options
Diffstat (limited to 'templates/template.html')
| -rwxr-xr-x | templates/template.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html index a4e8c28..b6af29a 100755 --- a/templates/template.html +++ b/templates/template.html @@ -10,7 +10,9 @@ <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell,jacob,mcdonnell,jacob mcdonnell"/> <title>Jacob McDonnell</title> <link href="/css/main.css" rel="stylesheet" type="text/css"> - <link href="/favicon.ico" rel="icon" sizes="any"> + <link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon16.png"> </head> <body> <ul class="topBar"> |
