]> git.lizzy.rs Git - rust.git/blob - src/tools/linkchecker/tests/valid/inner/foo.html
Auto merge of #79608 - alessandrod:bpf, r=nagisa
[rust.git] / src / tools / linkchecker / tests / valid / inner / foo.html
1 <html>
2 <body>
3   <a href="#localfrag">test local frag</a>
4   <a href="../outer.html">remote link</a>
5   <a href="../outer.html#somefrag">remote link with fragment</a>
6   <a href="bar.html">this book</a>
7   <a href="bar.html#barfrag">this book with fragment</a>
8   <a href="https://example.com/doesnotexist">external links not validated</a>
9   <a href="redir.html#redirfrag">Redirect</a>
10
11   <h2 id="localfrag">Local</h2>
12
13 </body>
14 </html>