summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/redirect.html
blob: 44eb6cd28bd89709574cab873601f218491ae22b (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head>
    <meta http-equiv="refresh" content="2; url=test1.html">
</head>
<body>
    Redirecting to test1.html
</body>
</html>