linkchecker/test/test2.html
2000-12-04 12:25:58 +00:00

19 lines
1.1 KiB
HTML

<!-- meta url -->
<meta http-equiv="refresh" content="5; url=http://localhost">
<a href="hutzli:nixgutt"> <!-- bad scheme -->
<a href="javascript:loadthis()"> <!-- javascript (ignore) -->
<a href="file:///etc/group"> <!-- good file -->
<a href="file://etc/group"> <!-- bad file -->
<a href="file:/etc/group"> <!-- good file -->
<a href="file:etc/group"> <!-- bad file -->
<a href="file:/etc/"> <!-- good dir -->
<a href="test1.html"> <!-- relative url -->
<a href="test1.html#isnix"> <!-- bad anchor -->
<a href="test1.html#iswas"> <!-- good anchor -->
<a href="telnet:localhost"> <!-- telnet to localhost -->
<a href="telnet:"> <!-- telnet without host -->
<a href="ftp:/treasure.calvinsplayground.de/pub"> <!-- ftp one slash -->
<a href="ftp://treasure.calvinsplayground.de/pub"> <!-- ftp two slashes -->
<a href="ftp://treasure.calvinsplayground.de//pub"> <!-- ftp two dir slashes -->
<a href="ftp://treasure.calvinsplayground.de////////pub"> <!-- ftp many dir slashes -->
<a href="ftp:///treasure.calvinsplayground.de/pub"> <!-- ftp three slashes -->