<html>
<head>
<title>INFO 340 - A1 - Google API</title>
<link href="googlesearch.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<h1>pincess searches the web</h1>
<h4>"Your gateway to searching the internet!"</h4>
<form method=post action="googlesearch.jsp">
<strong>Query: </strong><input type=text name="query" size="20">
<input type=submit value="Search">
</form>
<div align="center">
<table class="footer">
	<tr>
		<td>
			INFO 340: Database Management and Information Retrieval<br />
			Assignment 1: Developing a Search Interface with the Google API<br />
			Completed for David Hendry on April 12, 2004<br />
			Assignment By: Ryan Prins (<a href="mailto:rprins@u.washington.edu">rprins at u dot washington dot edu</a>)<br />
			Informatics, University of Washington - Spring Quarter 2004<br />
			<a href="http://serv46.ischool.washington.edu:8180/rprins/assignment1/">http://serv46.ischool.washington.edu:8180/rprins/assignment1/</a><br />
			Links to <a href="./googlesearch.jsp.source">JSP Source</a> and <a href="./index.html.source">HTML</a> and <a href="./googlesearch.css">CSS</a><br />
			Credits: <a href="http://www.google.com/apis/" target="_blank">google.com API</a>, <a href="http://www.eclipse.org" target="_blank">eclipse.org</a> (IDE), <a href="http://jakarta.apache.org/tomcat/" target="_blank">Tomcat</a><br />
			Project description can be found <a href="./readme.html">here</a>.
		</td>
	</tr>
</table>
</div>
</body>
</html>