TestGit/out/artifacts/05_SpringMVC_Quick_Start_We.../index.jsp

12 lines
246 B
Plaintext
Raw Normal View History

2024-09-29 09:09:01 +00:00
<%@ 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>