880d7611d0049d034adec5020f871126ca9351d6
[percentcodec] / examples / jsp / src / main / webapp / simple-page.jsp
1 <%@page contentType="text/html" pageEncoding="UTF-8" session="false" buffer="1kb" %>
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5   <head>
6     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7     <title>Simple Page</title>
8     <link rel="stylesheet" type="text/css" media="all" href="/default.css">
9   </head>
10   <body>
11     <h1>Hello World!</h1>
12     <p>This is a really simple page...</p>
13   </body>
14 </html>