移动端web头标签

  1. lang="zh-cmn-Hans">
  2. charset='utf-8'>
  3. http-equiv="X-UA-Compatible"content="IE=edge,chrome=1"/>
  4. name="description"content="不超过150个字符"/>
  5. name="keywords"content=""/>
  6. name="author"content="name, [email protected]"/>
  7. name="robots"content="index,follow"/>
  8. name="viewport"content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
  9.  
  10. name="apple-mobile-web-app-title"content="标题">
  11. name="apple-mobile-web-app-capable"content="yes"/>
  12.  
  13. name="apple-itunes-app"content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">
  14. name="apple-mobile-web-app-status-bar-style"content="black"/>
  15. name="format-detection"content="telphone=no, email=no"/>
  16. name="renderer"content="webkit">
  17. http-equiv="X-UA-Compatible"content="IE=edge">
  18. name="HandheldFriendly"content="true">
  19. name="MobileOptimized"content="320">
  20. name="screen-orientation"content="portrait">
  21. name="x5-orientation"content="portrait">
  22. name="full-screen"content="yes">
  23. name="x5-fullscreen"content="true">
  24. name="browsermode"content="application">
  25. name="x5-page-mode"content="app">
  26. name="msapplication-tap-highlight"content="no">
  27. rel="apple-touch-icon-precomposed"href="/apple-touch-icon-57x57-precomposed.png"/>
  28. rel="apple-touch-icon-precomposed"sizes="114x114"href="/apple-touch-icon-114x114-precomposed.png"/>
  29. rel="apple-touch-icon-precomposed"sizes="144x144"href="/apple-touch-icon-144x144-precomposed.png"/>
  30.  
  31. rel="apple-touch-startup-image"sizes="768x1004"href="/splash-screen-768x1004.png"/>
  32. rel="apple-touch-startup-image"sizes="1536x2008"href="/splash-screen-1536x2008.png"/>
  33. rel="apple-touch-startup-image"sizes="1024x748"href="/Default-Portrait-1024x748.png"/>
  34. rel="apple-touch-startup-image"sizes="2048x1496"href="/splash-screen-2048x1496.png"/>
  35.  
  36. rel="apple-touch-startup-image"href="/splash-screen-320x480.png"/>
  37. rel="apple-touch-startup-image"sizes="640x960"href="/splash-screen-640x960.png"/>
  38. rel="apple-touch-startup-image"sizes="640x1136"href="/splash-screen-640x1136.png"/>
  39.  
  40. name="msapplication-TileColor"content="#000"/>
  41. name="msapplication-TileImage"content="icon.png"/>
  42.  
  43. rel="alternate"type="application/rss+xml"title="RSS"href="/rss.xml"/>
  44. rel="shortcut icon"type="image/ico"href="/favicon.ico"/>
  45.  
  46. </span><span class="pln" style="border:0px;font-family:inherit;font-style:inherit;font-weight:inherit;vertical-align:baseline;color:#66d9ef;">标题</span><span class="tag" style="border:0px;font-family:inherit;font-style:inherit;font-weight:inherit;vertical-align:baseline;color:#f92659;">

你可能感兴趣的:(NodeJS)