summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_rich_icon.html
blob: ce7550b611d40160e35158ebf369c52686e7b7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Rich Icons</title>
    <link rel="icon" href="moz.png" type="image/png" />
    <link rel="apple-touch-icon" sizes="96x96" href="rich_moz_1.png" type="image/png" />
    <link rel="apple-touch-icon" sizes="256x256" href="rich_moz_2.png" type="image/png" />
  </head>
  <body>
  </body>
</html>