blob: 3c6a7483bcd46020a67b1819e7a3a621d1fb5b31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<body>
<a href="#localfrag">test local frag</a>
<a href="../outer.html">remote link</a>
<a href="../outer.html#somefrag">remote link with fragment</a>
<a href="bar.html">this book</a>
<a href="bar.html#barfrag">this book with fragment</a>
<a href="https://example.com/doesnotexist">external links not validated</a>
<a href="redir.html#redirfrag">Redirect</a>
<h2 id="localfrag">Local</h2>
</body>
</html>
|