]> git.proxmox.com Git - rustc.git/blame - src/tools/linkchecker/tests/redirect_loop/redir-bad.html
New upstream version 1.55.0+dfsg1
[rustc.git] / src / tools / linkchecker / tests / redirect_loop / redir-bad.html
CommitLineData
17df50a5
XL
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta http-equiv="refresh" content="0;URL=redir-bad.html">
136023e0 5 <title>Redirection</title>
17df50a5
XL
6</head>
7<body>
8 <p>Redirecting to <a href="redir-bad.html">redir-bad.html</a>...</p>
9 <script>location.replace("redir-bad.html" + location.search + location.hash);</script>
10</body>
11</html>