Sha256: 5593a431d50c4ce935c94bb9b7438a9a12ca6f8785bfb3b3b2ca624142ec366f
Contents?: true
Size: 658 Bytes
Versions: 10
Compression:
Stored size: 658 Bytes
Contents
<html> <head> <title>Spidr :: Web-Spider Obstacle Course :: Relative Links</title> </head> <body> <h1>Relative links.</h1> <ul> <li class="ignore"> <a href="#">should ignore in-page links</a> </li> <li class="follow"> <a href="normal.html">should follow relative links</a> </li> <li class="follow"> <a href="./current_directory.html">should follow relative links to files in the current directory</a> </li> <li class="follow"> <a href="../relative/same_directory.html">should follow links that transverse directories</a> </li> </ul> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems