mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 04:44:42 +00:00
8 lines
317 B
HTML
8 lines
317 B
HTML
|
|
<a href="http://www.example.com/1">ok example</a>
|
||
|
|
<a href="http:/www.example.com/2">one slash example</a>
|
||
|
|
<a href="http:www.example.com/3">no slash example</a>
|
||
|
|
<a href="//www.example.com/4">no scheme example</a>
|
||
|
|
<a href="http://">no url</a>
|
||
|
|
<a href="http:/">no url, one slash</a>
|
||
|
|
<a href="http:">no url, no slash</a>
|