Add simple HTTP to z39.50 example
[yaz4j-moved-to-github.git] / examples / zgate / src / main / webapp / index.jsp
diff --git a/examples/zgate/src/main/webapp/index.jsp b/examples/zgate/src/main/webapp/index.jsp
new file mode 100644 (file)
index 0000000..ab292c3
--- /dev/null
@@ -0,0 +1,13 @@
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+   "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+        <title>JSP Page</title>
+    </head>
+    <body>
+        <h1>Hello World!</h1>
+    </body>
+</html>