mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 02:10:24 +00:00
6 lines
199 B
HTML
6 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>
|