스프링 입문(5. 정적 컨텐츠)

min seung moon·2021년 4월 19일

Spring입문

목록 보기
5/10

1. 정적 컨텐츠

<!DOCTYPE html>
<html lang="ko">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>static content</title>
</head>
<body>
정적 컨텐츠 입니다
</body>
</html>
profile
아직까지는 코린이!

0개의 댓글