JSP 추가

This commit is contained in:
2023-10-23 23:21:58 +09:00
parent f578e726c8
commit 9665fc0e26
5 changed files with 49 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
${ name }
</body>
</html>