diff options
Diffstat (limited to 'brokenlinks/testdata/web/index.html')
| -rw-r--r-- | brokenlinks/testdata/web/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html index 61a1f39..cc11a2f 100644 --- a/brokenlinks/testdata/web/index.html +++ b/brokenlinks/testdata/web/index.html @@ -18,5 +18,8 @@ SPDX-License-Identifier: GPL-3.0-only <!-- Fragment should be skipped and cleaned up --> <a href="#goto_a">Same with href to "/"</a> <a href="/page2#goto_a">Same with href to "/page2"</a> + + <!-- Pages that return custom HTTP status code --> + <a href="/page403">Page 403</a> </body> </html> |
