]> git.lizzy.rs Git - rust.git/blob - src/tools/linkchecker/tests/redirect_loop/redir-bad.html
Rollup merge of #101995 - scottmcm:carrying-mul-example, r=Mark-Simulacrum
[rust.git] / src / tools / linkchecker / tests / redirect_loop / redir-bad.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4     <meta http-equiv="refresh" content="0;URL=redir-bad.html">
5     <title>Redirection</title>
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>