File: section.htt

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 (27 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (8)
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
<html>
<head>
 <title><use title></title>
</head>
<body>
 <h1>On this page:</h1>
 <p>
 <set i=1>
 <while sectt$i> 
   <a href="#sect$i"><use i>. <use sectt$i></a><br>
   <inc i>
 </while>
 </p>

 <set i=1>
 <while sectt$i> 
  <a name="sect$i">
  <h1><use i>. <use sectt$i></h1>

  <use sect$i>
  <inc i>
 </while>

 <hr>
 Copyright (c) 2002, Jochen Hoenicke.
</body>
</html>