]> git.ipfire.org Git - thirdparty/cups.git/blame - cgi-bin/testhi.html
Load cups into easysw/current.
[thirdparty/cups.git] / cgi-bin / testhi.html
CommitLineData
ef416fc2 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
8code reads plain HTML and indexes the title and any anchored
9text, ignoring all other markup. Anchor tags must be on a single
10line, although the text they wrap may cross multiple lines and be
11up 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
26is an in-line anchor that crosses a line.</A></P>
27
28</BODY>
29</HTML>