]> git.lizzy.rs Git - rust.git/blob - src/tools/linkchecker/tests/broken_redir/redir-bad.html
fix(rustfmt): load nested out-of-line mods correctly
[rust.git] / src / tools / linkchecker / tests / broken_redir / redir-bad.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4     <meta http-equiv="refresh" content="0;URL=sometarget">
5 </head>
6 <body>
7     <p>Redirecting to <a href="sometarget">sometarget</a>...</p>
8     <script>location.replace("sometarget" + location.search + location.hash);</script>
9 </body>
10 </html>