mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 07:34:44 +00:00
20 lines
570 B
HTML
20 lines
570 B
HTML
|
|
<!-- news testing -->
|
|||
|
|
<a href="news:comp.os.linux.misc">
|
|||
|
|
<!-- snews -->
|
|||
|
|
<a href="snews:de.comp.os.unix.linux.misc">
|
|||
|
|
<!-- no group -->
|
|||
|
|
<a href="news:">
|
|||
|
|
<!-- illegal syntax -->
|
|||
|
|
<a href="news:<3A>$%&/<2F>`(<28>%">
|
|||
|
|
<!-- nttp scheme with host -->
|
|||
|
|
<a href="nntp://news.rz.uni-sb.de/comp.lang.python">
|
|||
|
|
<!-- article span -->
|
|||
|
|
<a href="nntp://news.rz.uni-sb.de/comp.lang.python/1-5">
|
|||
|
|
<!-- article number -->
|
|||
|
|
<a href="nntp://news.rz.uni-sb.de/EFGJG4.7A@deshaw.com">
|
|||
|
|
<!-- host but no group -->
|
|||
|
|
<a href="nntp://news.rz.uni-sb.de/">
|
|||
|
|
<!-- article span -->
|
|||
|
|
<a href="news:comp.lang.python/1-5">
|
|||
|
|
|