Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42 lines (28 sloc)
923 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Newstips Search Page</title> | |
| </head> | |
| <body bgcolor=#ffffff text=#000000 link=#0000ff vlink=#0000ff alink=#ff0000> | |
| <center> | |
| <img src=ovallogo.gif> | |
| </center> | |
| <hr> | |
| <form method=get action=/cgi-bin/glimpse.cgi> | |
| <font size=+1>Search for:</font> <input type=text size=25 name=query> | |
| | |
| <input type=submit value=Search> | |
| </form> | |
| <p><br> | |
| <font size=+1>You can use this page to search for items on the Newstips | |
| web site. Just enter your search string in the box above and click the | |
| "Search" button. You can use "and" or "or" | |
| to help your search along.<p> | |
| <b>Examples</b>:<p> | |
| <blockquote> | |
| <i>marty winston</i> will find pages containing either <i>marty</i> | |
| or <i>winston</i><p> | |
| <i>news and tips</i> will find pages containing both <i>news</i> and | |
| <i>tips</i> | |
| </blockquote> | |
| <a href=index.html>Back to main page</a> | |
| </body></html> |