blob: 86e095633ccfe11ba05f9ed00093368b0aab0bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!--
-- script_name example using SSI
-- This is the results page.
-- Note the server side include directive calling /cgi-bin/htsearch.
-- The page's parameters will be handed over to htsearch.
-->
<html><head><title>Search results (SHTML)</title></head>
<body bgcolor="#eef7ff">
<h2><img src="/htdig/htdig.gif">
<!--#exec cgi="/cgi-bin/htsearch" -->
<hr noshade size=4>
<a href="http://www.htdig.org">
<img src="/htdig/htdig.gif" border=0>ht://Dig</a>
</body></html>
|