File: manylinks.html

package info (click to toggle)
libtest-www-mechanize-perl 1.54-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 368 kB
  • sloc: perl: 2,569; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
    <head>
        <title>Test Page</title>
    </head>
    <body>
        <h1>Test Page of many link types</h1>
        <a href='goodlinks.html'>Test 1</a>
        <a href='http://bongo.com/wang.html'>Blah blah</a>
        <a href="https://secure.bongo.com/">Secure</a>
        <a href="mailto:president@whitehouse.gov">Mail your complaints</A>
        <a href="ftp://ftp.ubuntu.org/">Get your distro</a>
        <a href='badlinks.html'>Test 2</a>
        <a href='goodlinks.html'>Test 3</a>
    </body>
</html>