web-crawler/internal/util/testdata/GetURLFromHTML/blog.boot.dev.html

10 lines
159 B
HTML

<html>
<body>
<a href="/path/one">
<span>Boot.dev</span>
</a>
<a href="https://other.com/path/one">
<span>Boot.dev</span>
</a>
</body>
</html>