File: goodlinks.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 (12 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>Test Page</title>
  </head>
  <body>
  <h1>Test Page</h1>
    <a href='goodlinks.html'>Test 1</a>
    <a href='badlinks.html'>Test 2</a>
    <a href='goodlinks.html'>Test 3</a>
  </body>
</html>