Add simple HTTP to z39.50 example
[yaz4j-moved-to-github.git] / examples / zgate / src / main / webapp / index.jsp
1 <%@page contentType="text/html" pageEncoding="UTF-8"%>
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3    "http://www.w3.org/TR/html4/loose.dtd">
4
5 <html>
6     <head>
7         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8         <title>JSP Page</title>
9     </head>
10     <body>
11         <h1>Hello World!</h1>
12     </body>
13 </html>