OpenSourceWorkflow / generator-kickstart

[deprecated]: yeoman generator for website development
MIT License
10 stars 1 forks source link

favicons/touch icons/tiles #155

Closed markusfalk closed 8 years ago

markusfalk commented 8 years ago
<!doctype html>

<html lang="de">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="Desciption hier">
    <meta name="msapplication-TileColor" content="#123456">
    <meta name="msapplication-TileImage" content="assets/img/windows-tile-icon.png">

    <title>Icon(s)</title>

    <link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
    <link rel="shortcut icon" href="assets/img/favicon.ico">
  </head>

  <body>
    […]
  </body>
</html>
markusfalk commented 8 years ago

theme-color vs. tile color? both or none?

markusfalk commented 8 years ago

will 180x180 do for windows?

markusfalk commented 8 years ago

title in between icons?

markusfalk commented 8 years ago

merged without tileColor