Skip to content

Commit 2efa996

Browse files
authored
Create index.jsp
1 parent 3a1cca9 commit 2efa996

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)