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 (12 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd">
<html>
  <head>
	<title>
	  ht://Dig -- Internet search engine software
	</title>
  </head>
  <frameset cols="160, *" frameborder="1" framespacing="5" border="1">
	<frame name="contents" src="contents.html">
	<frame name="body" src="main.html">
  </frameset>
</html>