Added apple favicons for home screen shortcut icons

This commit is contained in:
Connor Montgomery 2011-05-17 01:49:58 -05:00
parent 25e93dba69
commit 531d766c6c
2 changed files with 2 additions and 1 deletions

View File

View File

@ -26,9 +26,10 @@
<link rel="stylesheet" href="stylesheets/skeleton.css"> <link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css"> <link rel="stylesheet" href="stylesheets/layout.css">
<!-- Favicon <!-- Favicons
================================================== --> ================================================== -->
<link rel="shortcut icon" href="images/favicon.ico"> <link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head> </head>
<body> <body>