summaryrefslogtreecommitdiffstats
path: root/src/tools/linkchecker/tests/redirect_loop/redir-bad.html
blob: bc567caa78b7e500efaba0d7c2290fc73931a39d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="refresh" content="0;URL=redir-bad.html">
    <title>Redirection</title>
</head>
<body>
    <p>Redirecting to <a href="redir-bad.html">redir-bad.html</a>...</p>
    <script>location.replace("redir-bad.html" + location.search + location.hash);</script>
</body>
</html>