summary refs log tree commit diff
path: root/src/tools/linkchecker/tests/valid/inner/redir.html
blob: 1808b23aed8564f539a3e902dee107bd4773727b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="refresh" content="0;URL=redir-target.html">
</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>