summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests2/data/favicon-misc.html
blob: 9e788bdf404c48279c3282bb81e245cc2a655f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
    <head>
        <title>Favicon Test</title>
        <link rel="shortcut icon" href="icons/qt32.ico" />
        <link rel="apple-touch-icon" href="icons/qt144.png" />
        <link rel="shortcut icon" href="icons/unavailable.ico" />
    </head>
    <body>
        <h1>Favicon Test</h1>
    </body>
</html>