/layers-service/src/main/webapp/index.jsp

http://alageospatialportal.googlecode.com/ · JavaServer Pages · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 9ac3aee0ba8d80aa63720b056b199788 MD5 · raw file

  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. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>JSP Page</title>
  8. </head>
  9. <body>
  10. <h1>Hello World!</h1>
  11. </body>
  12. </html>