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