epochenapoleon

TYPOSCRIPT zu https://pastebin.com/0kd5LyLy

Jan 7th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. page.headerData {
  2.         100 = TEXT
  3.         110 {
  4.  
  5.         stdWrap.wrap = <!!===|>
  6.             file = {$temp.favicon.image}/apple-touch-icon.png
  7.         }
  8.         120 = IMG_RESOURCE
  9.         120 {
  10.             stdWrap.wrap = <link rel="icon" type="image/png" sizes="32x32" href="<"|">
  11.             file = {$temp.favicon.image}/favicon-32x32.png
  12.         }
  13.         130 = IMG_RESOURCE
  14.         130 {
  15.             stdWrap.wrap = <link rel="icon" type="image/png" sizes="192x192" href="|">
  16.             file = {$temp.favicon.image}/android-chrome-192x192.png
  17.         }
  18.         140 = IMG_RESOURCE
  19.         140 {
  20.             stdWrap.wrap = <link rel="icon" type="image/png" sizes="16x16" href="|">
  21.             file = {$temp.favicon.image}/favicon-16x16.png
  22.         }
  23.         150 = FILE
  24.         150 {
  25.             stdWrap.wrap = <!!==|>
  26.             file = {$temp.favicon.image}/site.webmanifest
  27.         }
  28.         160 = IMG_RESOURCE
  29.         160 {
  30.             stdWrap.wrap = <!!==|=!!">
  31.             file = {$temp.favicon.image}/safari-pinned-tab.svg
  32.         }
  33.         170 = IMG_RESOURCE
  34.         170 {
  35.             stdWrap.wrap = <!!==|>
  36.             file = {$temp.favicon.image}/favicon.ico
  37.         }
  38.         180 = TEXT
  39.         180.value = <meta name="msapplication-TileColor" content="#000066">
  40.         190 = IMG_RESOURCE
  41.         190 {
  42.             stdWrap.wrap = <meta name="msapplication-TileImage" content="|">
  43.             file = {$temp.favicon.image}/mstile-144x144.png
  44.         }
  45.         200 = FILE
  46.         200 {
  47.             stdWrap.wrap = <meta name="msapplication-config" content="|">
  48.             file = {$temp.favicon.image}/browserconfig.xml
  49.         }
  50.         210 = IMG_RESOURCE
  51.         210 = TEXT
  52.         210.value = <meta name="theme-color" content="#000066">
  53.     }
Add Comment
Please, Sign In to add comment