]> git.ipfire.org Git - thirdparty/cups.git/blob - cgi-bin/testhi.html
Load cups into easysw/current.
[thirdparty/cups.git] / cgi-bin / testhi.html
1 <HTML>
2 <HEAD>
3 <TITLE>Test File for Help Index Code</TITLE>
4 </HEAD>
5 <BODY>
6
7 <P>This is a test file for the help index code. The help index
8 code reads plain HTML and indexes the title and any anchored
9 text, ignoring all other markup. Anchor tags must be on a single
10 line, although the text they wrap may cross multiple lines and be
11 up to 1024 bytes in length.</P>
12
13 <H1><A NAME="FIRST">This is the First Anchor</A></H1>
14
15 <P>This is some text for the first anchor.</P>
16
17
18 <H1><A NAME="2ND">This is the Second Anchor</A></H1>
19
20 <P>This is some text for the first anchor.</P>
21
22
23 <H1><A NAME="THIRD">This is the Third Anchor</A></H1>
24
25 <P>This is some text for the third anchor. <A NAME="INLINE">This
26 is an in-line anchor that crosses a line.</A></P>
27
28 </BODY>
29 </HTML>