mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 11:21:02 +00:00
7 lines
199 B
HTML
7 lines
199 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="javascript:loadthis()">javascript url</a>
|
||
|
|
|
||
|
|
<a name="iswas">anchor</a>
|