Skip to content

Commit

Permalink
updated the index.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
syonglee committed Nov 13, 2023
1 parent c1def65 commit 2bda771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/webapp/WEB-INF/views/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<html>
<body>
<h2>It's working on Tomcat server(9.0.65)</h2>
<h2>It's working on Tomcat server!!!</h2>
<hr>
<h1>${msg}</h1>
<h1>Hi, there (updated by dowon)</h1>
<h2>Today is <fmt:formatDate value="${today}" pattern="yyyy-MM-dd" /></h2>
<h3>Version: 3.1</h3>
</body>
</html>

0 comments on commit 2bda771

Please sign in to comment.