summaryrefslogtreecommitdiff
path: root/examples/app-a-web/src/main/webapp/index.jspx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app-a-web/src/main/webapp/index.jspx')
-rw-r--r--examples/app-a-web/src/main/webapp/index.jspx10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/app-a-web/src/main/webapp/index.jspx b/examples/app-a-web/src/main/webapp/index.jspx
new file mode 100644
index 0000000..166ef4b
--- /dev/null
+++ b/examples/app-a-web/src/main/webapp/index.jspx
@@ -0,0 +1,10 @@
+<html xmlns:jsp="http://java.sun.com/JSP/Page">
+ <jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/>
+ <jsp:directive.page contentType="text/html;charset=UTF-8"/>
+ <head>
+ <title>Hello World!</title>
+ </head>
+ <body>
+ <h1>Hello World!</h1>
+ </body>
+</html>