File: section.html

package info (click to toggle)
htp 1.19-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,272 kB
  • sloc: ansic: 6,645; perl: 204; makefile: 60
file content (59 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
 <title>Section Example Page</title>
<meta name="Generator" content="htp 1.19">
</head>
<body>
 <h1>On this page:</h1>
 <p>
   <a href="#sect1">1. Introductions</a><br>
   <a href="#sect2">2. Details</a><br>
   <a href="#sect3">3. Conclusions</a><br>
   <a href="#sect4">4. Bibliography</a><br>
 </p>
  <a name="sect1">
  <h1>1. Introductions</h1>
    This is the introduction.
  More details are in <a href="#sect2">section 2</a>.
  <a name="sect2">
  <h1>2. Details</h1>
    In this section are some details.
  <a name="sect3">
  <h1>3. Conclusions</h1>
    The conclusions.
  <a name="sect4">
  <h1>4. Bibliography</h1>
    <p>Some</p>
  <p>text</p>
  <p>to</p>
  <p>demonstrate</p>
  <p>page links.</p>
  <p>&nbsp;</p>
  <p>Some</p>
  <p>text</p>
  <p>to</p>
  <p>demonstrate</p>
  <p>page links.</p>
  <p>&nbsp;</p>
  <p>Some</p>
  <p>text</p>
  <p>to</p>
  <p>demonstrate</p>
  <p>page links.</p>
  <p>&nbsp;</p>
  <p>Some</p>
  <p>text</p>
  <p>to</p>
  <p>demonstrate</p>
  <p>page links.</p>
  <p>&nbsp;</p>
  <p>Some</p>
  <p>text</p>
  <p>to</p>
  <p>demonstrate</p>
  <p>page links.</p>
  <p>&nbsp;</p>
 <hr>
 Copyright (c) 2002, Jochen Hoenicke.
</body>
</html>