]> git.lizzy.rs Git - rust.git/blob - src/tools/linkchecker/tests/valid/inner/redir.html
Rollup merge of #85473 - infinity0:master, r=jackh726
[rust.git] / src / tools / linkchecker / tests / valid / inner / redir.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4     <meta http-equiv="refresh" content="0;URL=redir-target.html">
5 </head>
6 <body>
7     <p>Redirecting to <a href="redir-target.html">redir-target.html</a>...</p>
8     <script>location.replace("redir-target.html" + location.search + location.hash);</script>
9 </body>
10 </html>