mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-18 15:00:28 +00:00
7 lines
313 B
HTML
7 lines
313 B
HTML
<a href="http://www.example.com/">ok example</a>
|
|
<a href="http:/www.example.com/">one slash example</a>
|
|
<a href="http:www.example.com/">no slash example</a>
|
|
<a href="//www.example.com/">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>
|