mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-18 06:50:25 +00:00
This time with the non-unicode filename hidden inside a ZIP file to avoid breaking the subversion repository. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3868 e7d03fd6-7b0d-0410-9947-9c21f3af8025
8 lines
264 B
HTML
8 lines
264 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="javascript:loadthis()">javascript url</a>
|
|
|
|
<a name="iswas">anchor</a>
|