We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1cca9 commit 2efa996Copy full SHA for 2efa996
1 file changed
web/servlet/welcomefilelist/index.jsp
@@ -0,0 +1,11 @@
1
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
2
+<!DOCTYPE html>
3
+<html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <title>Home Page</title>
7
+ </head>
8
+ <body>
9
+ <p>This is index.jsp</p>
10
+ </body>
11
+</html>
0 commit comments