Last active
August 29, 2015 14:04
-
-
Save ace4gi/a11a55b4ae52fbd309dc to your computer and use it in GitHub Desktop.
favicon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi" /> | |
| <meta name="format-detection" content="telephone=no" /> | |
| <link rel="shortcut icon" href="http://html5.cafe24.com/favicon48x48.ico" /><!-- size:48x48 --> | |
| <link rel="apple-touch-icon" href="http://html5.cafe24.com/favicon114x114.png" /><!-- size:114x114 --> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment