Initial import into git.
[galago.git] / java / galagoweb / web / index.jsp
bloba0e865b2ac1090d2afef474847241666dd6cac23
1 <%@page contentType="text/html"%>
2 <%@page pageEncoding="UTF-8"%>
3 <%--
4 The taglib directive below imports the JSTL library. If you uncomment it,
5 you must also add the JSTL library to the project. The Add Library... action
6 on Libraries node in Projects view can be used to add the JSTL 1.1 library.
7 --%>
8 <%--
9 <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
10 --%>
12 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
13 "http://www.w3.org/TR/html4/loose.dtd">
15 <html>
16 <head>
17 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
18 <title>Galago Search</title>
19 <link rel="stylesheet" href="style.css" />
20 </head>
22 <body>
23 <center>
24 <br/><br/>
25 <div id="box">
26 <a href="http://www.galagosearch.org"><img src="galago.png"/></a><br/>
28 <form action="search"><input name="query" size="40"/><input value="Search" type="submit" /></form><br/>
30 <a id="navigational" href="http://www.galagosearch.org">Galago</a> | <a id="navigational" href="services.jsp">Web Services</a><br/>
31 <br/>
32 </div>
33 </center>
34 </body>
35 </html>