mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-23 01:10:27 +00:00
9 lines
314 B
HTML
9 lines
314 B
HTML
|
|
<a href="http.html">relative url</a>
|
||
|
|
<a href="http.html#isnix">bad anchor</a>
|
||
|
|
<a href="http.html#iswas">good anchor</a>
|
||
|
|
<a href="file:///etc/group">good file</a>
|
||
|
|
<a href="file://etc/group">bad file</a>
|
||
|
|
<a href="file:/etc/group">good file</a>
|
||
|
|
<a href="file:etc/group">bad file</a>
|
||
|
|
<a href="file:/etc/">good dir</a>
|