File: badlinks.html

package info (click to toggle)
libtest-www-mechanize-perl 1.12-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 160 kB
  • ctags: 35
  • sloc: perl: 1,134; makefile: 45
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <title>Test Page</title>
  </head>
  <body>
    Test Page
    <a href='goodlinks.html'>good</a>
    <a href='bad1.html'>Test</a>
    <a href='bad2.html'>Test</a>
    <a href='bad3.html'>Test</a>
  </body>
</html>