diff options
Diffstat (limited to 'reference/logging-demo/src/main/webapp/index.jsp')
-rw-r--r-- | reference/logging-demo/src/main/webapp/index.jsp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/reference/logging-demo/src/main/webapp/index.jsp b/reference/logging-demo/src/main/webapp/index.jsp new file mode 100644 index 0000000..734e905 --- /dev/null +++ b/reference/logging-demo/src/main/webapp/index.jsp @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> + <jsp:directive.page contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8" session="false"/> + <jsp:output doctype-root-element="html" + doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" + doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" + omit-xml-declaration="true" /> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Test8</title> + +</head> +<body> +Test +</body> +</html> +</jsp:root>
\ No newline at end of file |