Files
excel-download/blog/dispatcher-servlet/src/main/webapp/index.jsp
2021-09-13 10:51:59 +09:00

13 lines
249 B
Plaintext

<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<!DOCTYPE html>
<html>
<head>
<title>JSP - Hello World</title>
</head>
<body>
<h1><%= "Hello World!" %>
</h1>
<br/>
<a href="hello-servlet">Hello Servlet</a>
</body>
</html>