File: goodlinks.html

package info (click to toggle)
libtest-www-mechanize-perl 1.42-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 308 kB
  • ctags: 63
  • sloc: perl: 1,838; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (11)
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>