File: index.html

package info (click to toggle)
htdig 1%3A3.2.0b6-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,292 kB
  • sloc: ansic: 49,632; cpp: 46,468; sh: 17,400; xml: 4,180; perl: 2,543; makefile: 888; php: 79; asm: 14
file content (24 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html><head>
<title>ht://Dig Test Pages</title>
</head>

<body>

<a href="script.html">JavaScript test</a>
<a href="site%201.html">Site 1</a>
<a href="site2.html">Site2</a>
<a href="site3.html">Site3</a>
<a href="site4.html">Site4</a>
<a href="bad_local.htm">Extension not to be fetched locally</a>
<a href="nph-location.cgi">bad_extension skipped before RetrieveLocal()</a>
<a href="nph-location.foo">To check bad_local_extensions, distinguish from unknown extensions</a>
<a href="title.html">Title Tag test</a>
<a href="sub%2520dir/">URL-encoding test</a>

<hr>
<address></address>
<!-- hhmts start -->
Last modified: Fri Jan  3 01:16:15 AEST 2003
<!-- hhmts end -->
</body> </html>