mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 05:41:00 +00:00
10 lines
304 B
HTML
10 lines
304 B
HTML
|
|
<a href="file.html">relative url</a>
|
||
|
|
<a href="file.html#isnix">bad anchor</a>
|
||
|
|
<a href="file.html#iswas">good anchor</a>
|
||
|
|
<a href="#isnix">bad anchor</a>
|
||
|
|
<a href="#iswas">good anchor</a>
|
||
|
|
<a href="hutzli:nixgutt">bad scheme</a>
|
||
|
|
<a href="javascript:loadthis()">javascript url</a>
|
||
|
|
|
||
|
|
<a name="iswas">anchor</a>
|