summaryrefslogtreecommitdiffstats
path: root/src/tools/linkchecker/tests/valid/inner/redir-bad.html
blob: f32683efe67ec8bf382534aa88f201d38b19d61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="refresh" content="0;URL=xxx">
    <title>Redirection</title>
</head>
<body>
    <p>Redirecting to <a href="xxx">xxx</a>...</p>
    <script>location.replace("xxx" + location.search + location.hash);</script>
    These files are skipped, but probably shouldn't be.
</body>
</html>