diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htdoc/index.html')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/htdoc/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htdoc/index.html b/debian/htdig/htdig-3.2.0b6/htdoc/index.html new file mode 100644 index 00000000..b5254f40 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/htdoc/index.html @@ -0,0 +1,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> |