We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2dfd3 commit 7bb4a52Copy full SHA for 7bb4a52
src/main/resources/templates/exampleHtml.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>템플릿 삭제한 현일</title>
6
+</head>
7
+<body>
8
+이 화면은 예시 화면입니다.
9
+목적 : ExampleController가 잘 돌아가는지 확인
10
+</body>
11
+</html>
0 commit comments