summaryrefslogtreecommitdiffstats
path: root/src/tools/linkchecker/tests/valid/inner/redir.html
blob: 3a52a8973853738b9b882e5aaeba45c341f58572 (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-target.html">
    <title>Redirection</title>
</head>
<body>
    <p>Redirecting to <a href="redir-target.html">redir-target.html</a>...</p>
    <script>location.replace("redir-target.html" + location.search + location.hash);</script>
</body>
</html>