【HTML中的Favicon和Apple图标】我自横刀向天笑,去留肝胆两昆仑。这篇文章主要讲述HTML中的Favicon和Apple图标相关的知识,希望能为你提供帮助。
The favicon is much normality in our days. Here the "
apple-touch-icon"
definition which is used when you save a bookmark to your home screen on an apple touch devices such as an iPad or iPhone. The interesting thing is that android also supports its usage. The standard size for "
apple-touch-icon"
size is 60px by 60px.
- < !-- You may place favicon.ico and apple-touch-icon.png in the root of your domain and simply remove these references -->
- < link rel=" shortcut icon" href=https://www.songbingjia.com/android/" /favicon.ico" >
- < link rel=" apple-touch-icon" href=https://www.songbingjia.com/android/" /apple-touch-icon.png" >
推荐阅读
- 加载应用程序后刷新UIAppearance
- 深入研究React Native(初学者教程)
- HTTP Live Streaming简介(Android上的HLS等)
- Haxe(跨平台开发的最佳秘密)
- 如何使用Angular 6 SPA进行JWT身份验证
- 探索SharePoint的业务利益
- iOS与Xcode Server的持续集成说明
- ARKit演示(增强现实电影制作)
- 串通(iOS中具有MultipeerConnectivity的附近设备联网)